Skip to content

Commit 9e625eb

Browse files
committed
Change codecov coverage source, just ampworks
1 parent 2d43117 commit 9e625eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pip install .[tests]
4040
4141
- name: Pytest with coverage
42-
run: pytest --cov=src/ampworks --cov-branch --cov-report=xml
42+
run: pytest --cov=ampworks --cov-branch --cov-report=xml tests/
4343

4444
- name: Upload to codecov
4545
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)