We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62db461 commit 66db54eCopy full SHA for 66db54e
1 file changed
.github/workflows/ci-build.yml
@@ -33,9 +33,10 @@ jobs:
33
- name: Test
34
run: dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../coverage/
35
- uses: codecov/codecov-action@v2
36
+ if: ${{ github.event_name == 'push' }}
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
directory: src/coverage
40
flags: unittests
- if: ${{ github.event_name == 'push' }}
41
+
42
0 commit comments