Skip to content

Commit

Permalink
Update codecov in CI to use token, update action from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Oct 5, 2024
1 parent 7f57c64 commit 65b4c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
- name: codecov
if: ${{ github.repository == 'OpenFreeEnergy/alchemiscale'
&& github.event != 'schedule' }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
fail_ci_if_error: False
verbose: True

0 comments on commit 65b4c4e

Please sign in to comment.