We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9399537 commit 64ac86fCopy full SHA for 64ac86f
1 file changed
.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
51
reporttypes: "Cobertura"
52
- name: Publish coverage report to Codacy
53
uses: codacy/codacy-coverage-reporter-action@master
54
+ if: github.repository == 'System-IO-Abstractions/System.IO.Abstractions' && github.event_name == 'push'
55
with:
56
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
57
coverage-reports: coverage-report/Cobertura.xml
0 commit comments