We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a1ea8 commit 246d635Copy full SHA for 246d635
.github/workflows/run-tests.yml
@@ -47,7 +47,7 @@ jobs:
47
pip install pytest coveralls
48
- name: Create coverage
49
run: |
50
- coverage run --source=bren -m pytest test/ --ignore test/test_dependencies.py
+ coverage run --source=odml -m pytest test/
51
- name: Submit to coveralls
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments