We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca80a87 commit ca5db36Copy full SHA for ca5db36
1 file changed
.github/workflows/github-actions.yml
@@ -35,8 +35,8 @@ jobs:
35
- name: Run Flake8
36
run: flake8 ./
37
shell: bash
38
- - name: Run Unit Tests
39
- run: ./test.sh unit
+ - name: Run Coverage Tests
+ run: ./test.sh coverage
40
41
unit-testing:
42
runs-on: ${{ matrix.os }}
0 commit comments