Skip to content

Commit

Permalink
Merge pull request #143 from LabSid-USP/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

[actions] Bump codecov/codecov-action from 2 to 4
  • Loading branch information
soaressgabriel authored Feb 22, 2024
2 parents 110f219 + 6822cb6 commit f0fa3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
conda install -c conda-forge pytest pytest-cov -y
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
Expand Down

0 comments on commit f0fa3f3

Please sign in to comment.