Skip to content

Commit

Permalink
Fixed coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Aug 28, 2023
1 parent b3c1346 commit c651206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ lint = { cmd = "ruff gaitmap-challenges gaitmap-bench entries --fix", help = "Li
_lint_ci = "ruff gaitmap-challenges gaitmap-bench entries --format=github"
_check_black = "black . --check"
ci_check = { sequence = ["_check_black", "_lint_ci"], help = "Check all potential format and linting issues." }
test_challenges = { cmd = "pytest --cov=gaitmap-challenges --cov-report=term-missing --cov-report=xml", help = "Run Pytest with coverage on challenges package.", cwd="gaitmap-challenges" }
test_bench = { cmd = "pytest --cov=gaitmap-bench --cov-report=term-missing --cov-report=xml", help = "Run Pytest with coverage on challenges package.", cwd="gaitmap-bench" }
test_challenges = { cmd = "pytest --cov=gaitmap_challenges --cov-report=term-missing --cov-report=xml", help = "Run Pytest with coverage on challenges package.", cwd="gaitmap-challenges" }
test_bench = { cmd = "pytest --cov=gaitmap_bench --cov-report=term-missing --cov-report=xml", help = "Run Pytest with coverage on challenges package.", cwd="gaitmap-bench" }
conf_jupyter = { cmd = "python -m ipykernel install --user --name gaitmap_bench", help = "Add a new jupyter kernel for the project." }
version = { script = "_tasks:task_update_version()" }
bump_dev = { script = "_tasks:task_bump_all_dev()" }
Expand Down

0 comments on commit c651206

Please sign in to comment.