Skip to content

Commit

Permalink
Update ci.yml (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jun 4, 2023
1 parent 9187658 commit b6edb59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ jobs:
with:
path: requirements.txt
- name: Run unittests
run: pytest tests
env:
COLOR: 'yes'
run: |
pytest tests
python -m coverage xml
- run: python -m coverage xml
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit b6edb59

Please sign in to comment.