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 475c909 commit 29313e6Copy full SHA for 29313e6
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
architecture: 'x64'
23
- name: Install dependencies
24
run: |
25
- pip install nose
+ pip install nose coverage
26
pip install -e .
27
- name: Test
28
run: nosetests stl_tools --with-coverage --cover-package=stl_tools
0 commit comments