2 parents e5b6c4e + c9c1b03 commit 05051e7Copy full SHA for 05051e7
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: pytest -v --cov --cov-report=xml ./tests
25
- name: Run mypy
26
run: mypy ./src/runboat ./tests
27
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v5
28
build-image:
29
runs-on: ubuntu-latest
30
needs:
0 commit comments