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 16, 2024
1 parent 39e0924 commit 4ff2d6b
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 @@ -159,7 +159,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 4ff2d6b

Please sign in to comment.