root

Results 5 issues of root

recently I added this plugin in one of my sample projects. the coverage task works perfectly. however it has impacted the `assembleRelease` / `assembleDebug` task in a manner that the...

```yml name: validate PR on: pull_request: branches: [ develop ] jobs: lint-static_checks-test-build: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: check if mandatory files are changed uses: dorny/paths-filter@v2...

**Describe the bug** Getting Error 'Unexpected string' when trying to set an integer on environment variable .not sure why. my goals is to skip tests and other actions if the...

**Describe the bug** Getting Error 'Unexpected string' when trying to set an integer on environment variable .not sure why. my goals is to skip tests and other actions if the...

bug