Skip to content

Commit 5abc482

Browse files
committed
fixed coverage issue
1 parent a2ce54f commit 5abc482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
set -xe
4545
python -VV
4646
python -c "import torch; print(torch.__version__)"
47-
pytest --cov=orthogonium.layers --cov-report lcov tests --cov-exclude="orthogonium.legacy.*" --cov-exclude="orthogonium.conv.adaptiveSOC"
47+
pytest --cov=orthogonium.layers --cov-report lcov tests
4848
shell: bash
4949

5050
- name: Upload Coverage to Coveralls

0 commit comments

Comments
 (0)