Skip to content

Commit

Permalink
chore: fail ci if codecov fails (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
latonz authored Jul 14, 2023
1 parent 38332a6 commit 18dec45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: dotnet build /p:TreatWarningsAsErrors=true
- run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
package:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 18dec45

Please sign in to comment.