Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairK5669 committed Mar 14, 2024
1 parent 6d67c9f commit f953baf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
- name: Run tests and collect coverage
run: |
poetry shell
deactivate
poetry run pytest --cov app
exit
pytest --cov app
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit f953baf

Please sign in to comment.