Skip to content

Commit 9481577

Browse files
Merge pull request #145 from daisybio/dependabot/github_actions/development/codecov/codecov-action-5.4.0
[DEPENDABOT]: Bump codecov/codecov-action from 5.3.1 to 5.4.0
2 parents 1b61881 + 6e6973d commit 9481577

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
@@ -129,6 +129,6 @@ jobs:
129129
run: nox --force-color --session=coverage -- xml -i
130130

131131
- name: Upload coverage report
132-
uses: codecov/codecov-action@v5.3.1
132+
uses: codecov/codecov-action@v5.4.0
133133
with:
134134
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)