Skip to content

Commit

Permalink
fix: use the post_cov-server event properly
Browse files Browse the repository at this point in the history
Signed-off-by: onerandomusername <genericusername414+git@gmail.com>
  • Loading branch information
onerandomusername committed Sep 30, 2021
1 parent df4badc commit 6b2358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ lint = { cmd = "pre-commit run --all-files", help = "Checks all files for CI err
# Testing
codecov-validate = { cmd = "curl --data-binary @.codecov.yml https://codecov.io/validate", help = "Validate `.codecov.yml` with their api." }
cov-server = { cmd = "coverage html", help = "Start an http.server for viewing coverage data." }
post-cov-server = "python -m http.server 8012 --bind 127.0.0.1 --directory htmlcov"
post_cov-server = "python -m http.server 8012 --bind 127.0.0.1 --directory htmlcov"
report = { cmd = "coverage report", help = "Show coverage report from previously run tests." }
test = { cmd = "pytest -n auto --dist loadfile", help = "Runs tests and save results to a coverage report" }

0 comments on commit 6b2358a

Please sign in to comment.