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 5ce275d commit a0f0df6Copy full SHA for a0f0df6
.github/workflows/generate-coverage.yaml
@@ -79,7 +79,7 @@ jobs:
79
- name: Install dpctl dependencies
80
shell: bash -l {0}
81
run: |
82
- pip install numpy cython setuptools pytest pytest-cov coverage
+ pip install numpy cython setuptools pytest pytest-cov coverage[toml]
83
84
- name: Build dpctl with coverage
85
CONTRIBUTING.md
@@ -154,6 +154,10 @@ these steps:
154
To generate the coverage data for dpctl's Python sources, you only need to
155
install `coverage`.
156
157
+ ```bash
158
+ python -m pip install coverage[toml]
159
+ ```
160
+
161
3. Build dpctl with code coverage support.
162
163
```bash
0 commit comments