Skip to content

Commit 7f2b722

Browse files
authored
Bump codecov/codecov-action from 6 to 7 (#94)
2 parents 88c6692 + 101a917 commit 7f2b722

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docstring_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: poetry run pytest -m "not webtest and not slow" --doctest-modules --cov --cov-report=xml
4242

4343
- name: Upload coverage reports to Codecov
44-
uses: codecov/codecov-action@v6
44+
uses: codecov/codecov-action@v7
4545
env:
4646
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
run: poetry run pytest -m "not webtest" --cov --cov-report=xml
8181

8282
- name: Upload coverage reports to Codecov
83-
uses: codecov/codecov-action@v6
83+
uses: codecov/codecov-action@v7
8484
env:
8585
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/webtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
run: poetry run pytest -m "webtest" --cov --cov-report=xml
5757

5858
- name: Upload coverage reports to Codecov
59-
uses: codecov/codecov-action@v6
59+
uses: codecov/codecov-action@v7
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)