Skip to content

Commit

Permalink
fix code coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Jun 24, 2024
1 parent c429a75 commit dda605e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: 3.12
- name: Install bashi
run: |
pip install .
pip install --editable .
- name: Generate Report
run: |
pip install coverage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Issues = "https://github.com/alpaka-group/bashi/issues"
[tool.coverage.run]
command_line = "-m unittest discover -s tests/"
branch = true
source = ["src/bashi"]
source = ["src"]

[tool.black]
line-length = 100

0 comments on commit dda605e

Please sign in to comment.