Skip to content

Commit

Permalink
Merge pull request #859 from tsteven4/checkcov
Browse files Browse the repository at this point in the history
restrict coverage reports to master branch
  • Loading branch information
miurahr authored Dec 18, 2024
2 parents fa49772 + 7062c1e commit b4a38a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
distribution: 'temurin'
java-version: '21'
- name: Send coverage to codacy
if: ( github.event_name == 'push' ) && ( github.ref == 'refs/heads/master' )
run: |
java -jar ci/codacy-coverage-reporter-assembly.jar report -l Python -t ${PROJECT_TOKEN} -r cobertura.xml
env:
Expand Down

0 comments on commit b4a38a7

Please sign in to comment.