Skip to content

Commit

Permalink
add coveralls step to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pkelaita committed May 6, 2024
1 parent 3622c10 commit 23c0db2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:

- name: Run tests
run: make test

- name: Run coverage
run: coverage lcov

- name: Upload coverage
uses: coverallsapp/github-action@v2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
*.lcov

# Translations
*.mo
Expand Down

0 comments on commit 23c0db2

Please sign in to comment.