Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
very-doge-wow committed Mar 24, 2024
1 parent 85a112d commit 622893f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
uses: VaultVulp/[email protected]
with:
command: |
run coverage run -m pytest
run pytest -vv --cov
# generate coverage report
- name: report
uses: VaultVulp/[email protected]
with:
command: |
run coverage report --format total > coverage.txt
run coverage report > coverage.txt
# upload coverage to codecov
- name: upload
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ markdown = "==3.6"
pyhamcrest = "==2.1.0"
pytest = "==8.1.1"
coverage = "==7.4.4"
pytest-cov = "*"

[requires]
python_version = "3.11"
14 changes: 13 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 622893f

Please sign in to comment.