Skip to content

Commit

Permalink
disable coverage on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed May 23, 2024
1 parent 1a24751 commit 8a81685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
run: ./gradlew check --no-daemon

- name: Build coverage report
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
run: ./gradlew jacocoTestReport --no-daemon

- uses: codecov/codecov-action@v4
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
with:
files: build/reports/jacoco/test/jacocoTestReport.xml
flags: LINUX
Expand Down

0 comments on commit 8a81685

Please sign in to comment.