mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-28 12:34:00 +03:00
Update .github/workflows/main.yml
This commit is contained in:
parent
1b8235ae56
commit
d649afa5a0
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -54,6 +54,8 @@ jobs:
|
|||
tox -e base,dist,docs
|
||||
|
||||
- name: Upload coverage
|
||||
run: |
|
||||
pytest --cov=./ --cov-report=xml
|
||||
- uses: codecov/codecov-action@v3.1.0
|
||||
with:
|
||||
flags: unittests # optional
|
||||
|
|
Loading…
Reference in New Issue
Block a user