File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 33
33
run : |
34
34
pip install -r requirements.txt
35
35
pip install -r docs/requirements.txt
36
-
36
+
37
37
- name : Install lcov
38
38
run : |
39
39
sudo apt-get update
@@ -42,15 +42,15 @@ jobs:
42
42
- name : Build package
43
43
run : |
44
44
CXXFLAGS=--coverage CFLAGS=--coverage python scripts/build/install.py
45
- # coverage tests
45
+ # coverage tests
46
46
- name : Run tests
47
47
run : |
48
48
python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
49
49
50
50
- name : Capture Coverage Data with lcov
51
51
run : |
52
52
lcov --capture --directory . --output-file coverage.info --no-external
53
-
53
+
54
54
- name : Generate HTML Coverage Report with genhtml
55
55
run : |
56
56
genhtml coverage.info --output-directory coverage_report
@@ -177,7 +177,6 @@ jobs:
177
177
update-conda : true
178
178
python-version : ${{ matrix.python-version }}
179
179
conda-channels : anaconda, conda-forge
180
- - run : conda --version
181
180
- run : which python
182
181
183
182
- name : Upgrade pip version
You can’t perform that action at this time.
0 commit comments