Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Oct 1, 2023
1 parent 3ad9c72 commit 9fb72e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
python -m pip install --upgrade hatch
- name: Run test suite with coverage
run: hatch run cov-ci
- name: Generate badges
run: genbadge tests --input-file=pytest-junit.xml
- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nosetests.xml
coverage.xml
*,cover
.hypothesis/
junit.xml
pytest-junit.xml

# Translations
*.mo
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ report = [
"jupyter~=1.0"
]
testing = [
"genbadge[tests]~=1.1",
"pytest~=7.4",
"pytest-cov~=4.1",
"pytest-randomly~=3.15",
Expand Down

0 comments on commit 9fb72e4

Please sign in to comment.