Skip to content

Commit

Permalink
FIX: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hosuaby committed Aug 7, 2024
1 parent 0064f4f commit 4c39c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Report coverage
if: github.ref == 'refs/heads/master'
run: ./gradlew test jacocoTestReport jacocoRootReport coveralls
run: ./gradlew test -DINTEGRATION_TESTS=true jacocoTestReport jacocoRootReport coveralls

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c39c10

Please sign in to comment.