Skip to content

Commit

Permalink
ci: fix deprecated codecov argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker authored Nov 29, 2024
1 parent 7ab9a02 commit fa311c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ${{ steps.coverage.outputs.report }}
files: ${{ steps.coverage.outputs.report }}
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
name: codecov-umbrella
Expand Down

0 comments on commit fa311c0

Please sign in to comment.