mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
Merge pull request #859 from tsteven4/checkcov
restrict coverage reports to master branch
This commit is contained in:
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user