Skip to content

Commit 7f92f0d

Browse files
committed
update buildPipeline.yml
1 parent 9368514 commit 7f92f0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/buildPipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"
3232
working-directory: ./
3333

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
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

0 commit comments

Comments
 (0)