Skip to content

Commit

Permalink
Merge pull request #457 from beliaev-maksim/update-CI
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
markstory authored Jan 4, 2022
2 parents 88f7e0a + a3aa440 commit 476ad67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Run Pytest
run: |
# Run test
pytest . --cov-report term-missing --cov responses
pytest . --cov-report term-missing --cov-report xml --cov responses
- name: Code Coverage Report
if: success()
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2

0 comments on commit 476ad67

Please sign in to comment.