Skip to content

Commit

Permalink
chore: update & use coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jul 7, 2024
1 parent a4500c4 commit d304f14
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
- name: Wait until SpamAssasin ready
run: poetry run python scripts/ping.py
- name: Run tests
run: poetry run pytest -v --cov=backend --cov-report=term-missing
run: poetry run coverage run -m pytest
- name: Coveralls
uses: coverallsapp/github-action@v2
Loading

0 comments on commit d304f14

Please sign in to comment.