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 3333 run : |
3434 pip install -r requirements.txt
3535 pip install -r docs/requirements.txt
36-
36+
3737 - name : Install lcov
3838 run : |
3939 sudo apt-get update
@@ -42,15 +42,15 @@ jobs:
4242 - name : Build package
4343 run : |
4444 CXXFLAGS=--coverage CFLAGS=--coverage python scripts/build/install.py
45- # coverage tests
45+ # coverage tests
4646 - name : Run tests
4747 run : |
4848 python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
4949
5050 - name : Capture Coverage Data with lcov
5151 run : |
5252 lcov --capture --directory . --output-file coverage.info --no-external
53-
53+
5454 - name : Generate HTML Coverage Report with genhtml
5555 run : |
5656 genhtml coverage.info --output-directory coverage_report
@@ -177,7 +177,6 @@ jobs:
177177 update-conda : true
178178 python-version : ${{ matrix.python-version }}
179179 conda-channels : anaconda, conda-forge
180- - run : conda --version
181180 - run : which python
182181
183182 - name : Upgrade pip version
You can’t perform that action at this time.
0 commit comments