Skip to content

Commit

Permalink
fix cov
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Sep 13, 2023
1 parent 3f0102b commit 022aa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
POETRY_VIRTUALENVS_CREATE: false
- name: Run pytest check # sleep 30s to wait for the server to be ready
run: sleep 30 && poetry run pytest -vv --cov="iwf/*" .
run: echo "[run]">>.coveragerc && echo "omit = iwf/iwf_api/">>.coveragerc && sleep 30 && poetry run pytest -vv --cov-config=.coveragerc --cov="iwf/" .
- name: Dump docker logs
if: always()
uses: jwalton/gh-docker-logs@v2

0 comments on commit 022aa7c

Please sign in to comment.