Skip to content

Commit 337faef

Browse files
build(deps): bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b71cc17 commit 337faef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
docker compose -f docker-compose.dev.yml exec -T backend pytest --cov=app --cov-report xml tests/
3838
docker compose -f docker-compose.dev.yml cp backend:/app/coverage.xml ./coverage-src.xml
3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v5
40+
uses: codecov/codecov-action@v6
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
file: ./coverage-src.xml
@@ -73,7 +73,7 @@ jobs:
7373
docker compose -f docker-compose.dev.yml up -d --build --wait
7474
cd client && pytest --cov=pyroclient --cov-report xml tests/
7575
- name: Upload coverage to Codecov
76-
uses: codecov/codecov-action@v5
76+
uses: codecov/codecov-action@v6
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
file: ./client/coverage.xml

0 commit comments

Comments
 (0)