Skip to content

Commit 71d8bac

Browse files
committed
changing cov strategy
1 parent 549618d commit 71d8bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python -m pip install -e .[dev,torch]
3636
- name: Run Tests
3737
run: |
38-
pytest -m 'not rsc_test' --cov --cov-report xml .
38+
pytest -m 'not rsc_test' --cov --cov-report xml
3939
- name: Upload coverage
4040
uses: codecov/codecov-action@v2
4141

0 commit comments

Comments
 (0)