Skip to content

Commit

Permalink
fix: try auto-load-params-from
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Feb 5, 2024
1 parent 8a12438 commit 62ea2e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
curl -Os https://cli.codecov.io/v0.4.6/linux/codecov
chmod u+x codecov
./codecov create-commit -Z
./codecov create-report -Z
./codecov do-upload -Z
./codecov --auto-load-params-from GithubActions create-commit -Z
./codecov --auto-load-params-from GithubActions create-report -Z
./codecov --auto-load-params-from GithubActions do-upload -Z
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 62ea2e6

Please sign in to comment.