Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 in the gha-dependencies group (
Browse files Browse the repository at this point in the history
…duartegroup#118)

Update of codecov-action from v4 to v5
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 1f6dacf commit 8e58b3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pytest --cov=mlptrain -k "not test_openmm"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: python-${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: pytest --cov=mlptrain -k "not test_openmm"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: python-${{ matrix.python-version }}-ace
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: pytest --cov=mlptrain

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: python-${{ matrix.python-version }}-mace
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 8e58b3c

Please sign in to comment.