mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-02 02:44:43 +00:00
Merge pull request #214 from Riverside-Healthcare/renovate/codecov-codecov-action-3.x
chore(deps) Update codecov/codecov-action action to v3
This commit is contained in:
commit
8f71b6765b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: test
|
||||
run: tox -e test
|
||||
- name: upload cov
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
fail_ci_if_error: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue