Skip to content

Commit

Permalink
revert codecov action to v3.
Browse files Browse the repository at this point in the history
It looks like there's a [bug](codecov/codecov-action#1292) in v4
  • Loading branch information
adrianoc committed Jun 9, 2024
1 parent 0b9e509 commit 92d4f8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cecilifier-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ jobs:
- run: dotnet test --filter 'TestCategory !~ Issues' --collect:"XPlat Code Coverage"
- run: dotnet format style --verify-no-changes
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v3

0 comments on commit 92d4f8b

Please sign in to comment.