mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Merge pull request #82 from Dresdn/issue-69-codecov
Add codecov.io upload
This commit is contained in:
commit
013cd58109
2 changed files with 6 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[](https://travis-ci.org/lvm/django-eav2)
|
||||
[](https://codecov.io/gh/jazzband/django-eav2)
|
||||

|
||||

|
||||
[](https://jazzband.co/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue