Skip to content

Commit

Permalink
Codecov action 4 fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 7, 2024
1 parent a8618b8 commit e59a300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
yml: ./.codecov.yml
codecov_yml_path: ./.codecov.yml

darwin-coverage:
name: darwin
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
yml: ./.codecov.yml
codecov_yml_path: ./.codecov.yml

0 comments on commit e59a300

Please sign in to comment.