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 Apr 11, 2024
1 parent ab7a1c5 commit a98fe9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cecilifier-ci.yml
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 a98fe9e

Please sign in to comment.