Skip to content

Commit

Permalink
fix coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
sloisel committed Jul 26, 2024
1 parent c779600 commit 0006f24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: pip install -r requirements.txt
- run: pip install .
- name: Run tests and collect coverage
run: pytest --cov test/ ${{ env.CODECOV_ATS_TESTS }}
run: pytest --cov=streamcapture test/ ${{ env.CODECOV_ATS_TESTS }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ build
dist
.DS_Store
.mark
.coverage
Empty file added test/__init__.py
Empty file.

0 comments on commit 0006f24

Please sign in to comment.