Skip to content

Commit

Permalink
getting code coverage for src instead of tests (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores authored Nov 23, 2024
1 parent 7079073 commit d886fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pip install -e '.[dev]'

- name: Run tests and generate coverage reports
run: pytest --cov tests/
run: pytest --cov src/

- name: Upload coverage reports to codecov
if: runner.os == 'Linux'
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ __pycache__/
*.pyc
dist

.vscode/
.vscode/
.coverage

0 comments on commit d886fe1

Please sign in to comment.