We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e800bf commit 05561ffCopy full SHA for 05561ff
1 file changed
.github/workflows/python-package.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ main ]
8
9
jobs:
10
- build:
+ test:
11
12
runs-on: ubuntu-latest
13
environment: test
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install pytest
+ python -m pip install pytest pytest-cov
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Test with pytest
32
0 commit comments