Skip to content

Commit

Permalink
ci: try to fix coveralls with GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jan 16, 2025
1 parent 213dc62 commit d176ab4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
pytest --cov=aioimaplib
pytest --cov=aioimaplib --cov-report=lcov
coverage report
- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2
with:
format: lcov

0 comments on commit d176ab4

Please sign in to comment.