Skip to content

Commit 80198c0

Browse files
Bump codecov/codecov-action from 4 to 5 (#40)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e3cec0 commit 80198c0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/test-bluesky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: poetry run pytest tests/ -v --cov=bluesky --cov-report=term-missing --cov-report=xml --cov-fail-under=20 -m "not integration"
6161

6262
- name: Upload coverage reports
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
if: always()
6565
with:
6666
file: ./bluesky/coverage.xml

.github/workflows/test-gtfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: poetry run pytest tests/ -v --cov=gtfs_rt_bridge --cov-report=term-missing --cov-report=xml --cov-fail-under=20
6161

6262
- name: Upload coverage reports
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
if: always()
6565
with:
6666
file: ./gtfs/coverage.xml

.github/workflows/test-noaa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: poetry run pytest tests/ -v --cov=noaa --cov-report=term-missing --cov-report=xml --cov-fail-under=20 -m "not e2e"
6161

6262
- name: Upload coverage reports
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
if: always()
6565
with:
6666
file: ./noaa/coverage.xml

.github/workflows/test-pegelonline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: poetry run pytest tests/ -v --cov=pegelonline --cov-report=term-missing --cov-report=xml --cov-fail-under=20
6161

6262
- name: Upload coverage reports
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
if: always()
6565
with:
6666
file: ./pegelonline/coverage.xml

.github/workflows/test-rss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: poetry run pytest tests/ -v --cov=rssbridge --cov-report=term-missing --cov-report=xml --cov-fail-under=30
6464

6565
- name: Upload coverage reports
66-
uses: codecov/codecov-action@v4
66+
uses: codecov/codecov-action@v5
6767
if: always()
6868
with:
6969
file: ./rss/coverage.xml

.github/workflows/test-usgs-iv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: poetry run pytest tests/ -v --cov=usgs_iv --cov-report=term-missing --cov-report=xml --cov-fail-under=20
6161

6262
- name: Upload coverage reports
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5
6464
if: always()
6565
with:
6666
file: ./usgs-iv/coverage.xml

0 commit comments

Comments
 (0)