Skip to content

Commit

Permalink
coveralls with xml
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Nov 26, 2023
1 parent fb99dd0 commit b4625c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Coveralls
run: |
pip install coveralls
coveralls --service=github
coveralls --service=github --submit=coverage.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ venv
.coverage*
htmlcov
coverages/
coverage.xml

# IDE
.idea/
Expand Down
1 change: 1 addition & 0 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ echo "tests-ng..."

# merge coverage
coverage combine coverages/*
coverage xml

# test doc
echo "checking documentation..."
Expand Down

0 comments on commit b4625c3

Please sign in to comment.