Skip to content

Commit bfcdca1

Browse files
Merge pull request #95 from daisybio/dependabot/github_actions/development/codecov/codecov-action-5.1.1
[DEPENDABOT]: Bump codecov/codecov-action from 5.0.7 to 5.1.1
2 parents 2f3074e + 4448dab commit bfcdca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ jobs:
127127
run: nox --force-color --session=coverage -- xml -i
128128

129129
- name: Upload coverage report
130-
uses: codecov/codecov-action@v5.0.7
130+
uses: codecov/codecov-action@v5.1.1
131131
with:
132132
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)