Skip to content

Commit f2333b4

Browse files
authored
Merge pull request #7 from lincc-frameworks/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents ec8c269 + 5ce6a2e commit f2333b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: |
3535
python -m pytest --cov=external_hyrax_example --cov-report=xml
3636
- name: Upload coverage report to codecov
37-
uses: codecov/codecov-action@v5
37+
uses: codecov/codecov-action@v6
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)