Skip to content

Commit

Permalink
workflows.test - run coverage test in a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Dec 16, 2024
1 parent 74746e3 commit f78f275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ jobs:
- name: Unit test
env:
GOPATH: /home/runner/go
run: |
poetry run coverage run -m pytest
poetry run coverage report -m --fail-under=80 --skip-empty --skip-covered
run: poetry run coverage run -m pytest
- name: Coverage
run: poetry run coverage report -m --fail-under=80 --skip-empty --skip-covered

0 comments on commit f78f275

Please sign in to comment.