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 7c872a4 commit a2c45c1Copy full SHA for a2c45c1
.github/workflows/generate_coverage.yaml
@@ -49,7 +49,8 @@ jobs:
49
conda list
50
- name: Build dpnp with coverage
51
run: |
52
- python scripts/gen_coverage.py --pytest-opts="--ignore tests/test_random.py"
+ python scripts/gen_coverage.py \
53
+ --pytest-opts="--ignore tests/test_random.py --ignore tests/test_mathematical.py --ignore tests/test_sum.py"
54
- name: Install coverall dependencies
55
56
sudo gem install coveralls-lcov
0 commit comments