Skip to content

Commit

Permalink
code cov test
Browse files Browse the repository at this point in the history
  • Loading branch information
hruthwikkk committed Oct 20, 2023
1 parent 5a68e77 commit b28a625
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
pwd
pytest --cov-report xml:cov.xml --cov=./ ./
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
run: codecov -f backend/cov.xml
uses: codecov/codecov-action@v1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b28a625

Please sign in to comment.