- commit
- d6dba2b40a3f9e8e5151a19440c107ca3c501dcb
- parent
- f86335bded7cce06f0e17224067aa47c8145e2e2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-08-31 09:12
ci: coverage
Diffstat
| M | .github/workflows/main.yml | 6 | ++++-- |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -12,8 +12,10 @@ jobs: 12 12 - uses: actions/setup-python@v5 13 13 with: 14 14 python-version: ${{ matrix.python }}15 -1 - run: python3 -m pip install ruff-1 15 - run: python3 -m pip install ruff coverage 16 16 - name: lint 17 17 run: ruff check 18 18 - name: test19 -1 run: python3 -m unittest-1 19 run: python3 -m coverage run -m unittest -1 20 - name: coverage -1 21 run: python3 -m coverage report