Skip to content

Commit 246d635

Browse files
committed
[gh/actions] Fix used package for coverage
1 parent e4a1ea8 commit 246d635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip install pytest coveralls
4848
- name: Create coverage
4949
run: |
50-
coverage run --source=bren -m pytest test/ --ignore test/test_dependencies.py
50+
coverage run --source=odml -m pytest test/
5151
- name: Submit to coveralls
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)