Merge pull request #134 from sbidoul/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 1 to 5
This commit is contained in:
commit
05051e7ea4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: pytest -v --cov --cov-report=xml ./tests
|
||||
- name: Run mypy
|
||||
run: mypy ./src/runboat ./tests
|
||||
- uses: codecov/codecov-action@v1
|
||||
- uses: codecov/codecov-action@v5
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue