Skip to content

Commit

Permalink
Fix CodeCoverage Upload (microsoft#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Mar 15, 2024
1 parent cacfcca commit 809ceaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
with:
fail_ci_if_error: true
files: msquiccoverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95
with:
Expand Down

0 comments on commit 809ceaa

Please sign in to comment.