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 9368514 commit 7f92f0dCopy full SHA for 7f92f0d
.github/workflows/buildPipeline.yml
@@ -31,9 +31,9 @@ jobs:
31
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"
32
working-directory: ./
33
34
- # - name: Publish code coverage reports to codecove.io
35
- # uses: codecov/codecov-action@v1
36
- # with:
37
- # token: ${{ secrets.CODECOV_TOKEN }}
38
- # files: ./**/coverage.cobertura.xml
39
- # fail_ci_if_error: true
+ - name: Publish code coverage reports to codecove.io
+ uses: codecov/codecov-action@v1
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ files: ./**/coverage.cobertura.xml
+ fail_ci_if_error: true
0 commit comments