Skip to content

Commit

Permalink
fix: addressing third round of feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Banuelos committed Mar 14, 2024
1 parent f2def8a commit c101788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run and report code coverage
run: |
pytest --cov=. --cov-report json
pytest --cov --cov-report json
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down
1 change: 1 addition & 0 deletions coverage.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ extend_skip_glob = [
norecursedirs = ["examples"]

[tool.coverage.run]
source = ["."]
source = ["src"]

0 comments on commit c101788

Please sign in to comment.