Skip to content

Commit

Permalink
testing-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandstats committed Dec 29, 2023
1 parent 54505c0 commit f9036d4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
poetry install
- name: Run tests
run: |
python -m pytest --cov-branch --cov=chickenstats --cov-report=html
pytest --cov-branch --cov=chickenstats --cov-report=html
- name: Upload htmlcov artifact
uses: actions/upload-artifact@v4
with:
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit f9036d4

Please sign in to comment.