mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-17 06:50:24 +00:00
chore: add upload to codecov step
This commit is contained in:
parent
f10444ed78
commit
eeea0e1dbe
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -45,3 +45,8 @@ jobs:
|
|||
poetry run pytest
|
||||
poetry check
|
||||
poetry run pip check
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
|
|
|
|||
Loading…
Reference in a new issue