Skip to content

Commit 89569a4

Browse files
authored
Merge pull request #147 from thepetabyteproject/renovate/codecov-codecov-action-6.x
Update codecov/codecov-action action to v6
2 parents 3ea5b4f + 966c028 commit 89569a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install pytest pytest-cov
3131
python -m pytest --cov=your --cov-report=xml
3232
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v6
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
file: ./coverage.xml

0 commit comments

Comments
 (0)