Skip to content

Commit

Permalink
feat: add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraem committed Jul 28, 2023
1 parent b9ffbfc commit 2999c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: poetry install
- name: Test with pytest
working-directory: backend/src
run: poetry run pytest -m "not api and not db and not mail and not bus"
run: poetry run pytest --cov=kwai -m "not api and not db and not mail and not bus"

0 comments on commit 2999c30

Please sign in to comment.