Skip to content

Commit f32cbc0

Browse files
Bump codecov/codecov-action in the ci-dependencies group
Bumps the ci-dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@57e3a13...e79a696) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 735c4c5 commit f32cbc0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: pytest tests/integration/ -v -m integration --ignore=tests/integration/test_session_cache.py --cov=nc_mcp_server --cov-report=xml:coverage-integration.xml
102102

103103
- name: Upload coverage
104-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
104+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v5
105105
with:
106106
files: coverage-integration.xml
107107
flags: integration,nc${{ matrix.nextcloud-version }}
@@ -172,7 +172,7 @@ jobs:
172172
run: pytest tests/integration/test_session_cache.py -v -m integration --cov=nc_mcp_server --cov-report=xml:coverage-session-cache.xml
173173

174174
- name: Upload coverage
175-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
175+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v5
176176
with:
177177
files: coverage-session-cache.xml
178178
flags: session-cache
@@ -254,7 +254,7 @@ jobs:
254254
run: pytest tests/integration/test_user_permissions.py -v -m integration --cov=nc_mcp_server --cov-report=xml:coverage-user-perms.xml
255255

256256
- name: Upload coverage
257-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
257+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v5
258258
with:
259259
files: coverage-user-perms.xml
260260
flags: user-permissions

.github/workflows/tests-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pytest tests/ -v --ignore=tests/integration/ --cov=nc_mcp_server --cov-report=xml:coverage-unit.xml
3030

3131
- name: Upload coverage
32-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
32+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v5
3333
with:
3434
files: coverage-unit.xml
3535
flags: unit,py${{ matrix.python-version }}

0 commit comments

Comments
 (0)