Skip to content

Commit

Permalink
Merge pull request #1115 from facebookresearch/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
meta-paul committed May 13, 2024
2 parents 4c0a0ba + 037d097 commit 1eff888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pytest -v -m "not req_creds and not prolific" --cov --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
fail_ci_if_error: true

0 comments on commit 1eff888

Please sign in to comment.