Skip to content

Commit

Permalink
remove coverage report from gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub3628800 committed Jul 21, 2024
1 parent 19d3303 commit 57373ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest --cov=shortener | tee coveragefile
cat coveragefile | grep TOTAL | xargs -n 1 | tail -n 1 | xargs python upload_test_coverage.py
pytest --cov=shortener
env:
DB_HOST: localhost
DB_PORT: ${{ job.services.postgres.ports[5432] }} # get randomly assigned published port
Expand Down

0 comments on commit 57373ee

Please sign in to comment.