We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3704c7b commit 42b412aCopy full SHA for 42b412a
1 file changed
.github/workflows/test-pypi.yml
@@ -104,13 +104,7 @@ jobs:
104
}
105
- name: Checkout repository (for tests)
106
uses: actions/checkout@v3
107
- - name: Remove source code to prevent shadowing
108
- if: runner.os == 'Linux' || runner.os == 'macOS'
109
- run: rm -rf paint
110
- - name: Remove source code to prevent shadowing (Windows)
111
- if: runner.os == 'Windows'
112
- run: Remove-Item -Recurse -Force paint
113
- name: Run tests with coverage
114
run: |
115
python --version
116
- python -m pytest
+ pytest --cov=paint
0 commit comments