Skip to content

Commit

Permalink
updated action version for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Oct 6, 2023
1 parent f1a9215 commit 785903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
pytest --cov=goodman_pipeline
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit 785903d

Please sign in to comment.