Allow running tests from GitHub

This commit is contained in:
Thomas Rijpstra 2025-03-05 20:49:49 +01:00
parent 9767adb7de
commit 7e4a880ca9
Signed by: thomas
SSH Key Fingerprint: SHA256:sFF5HPNPaaW14qykTkmRi1FGGO0YMUPBenlKOqepUpw
1 changed files with 2 additions and 5 deletions

View File

@ -7,6 +7,7 @@ concurrency:
on: on:
pull_request: pull_request:
workflow_call: workflow_call:
workflow_dispatch:
jobs: jobs:
test: test:
@ -32,8 +33,4 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: | run: |
coverage run -m pytest -v -s python -m pytest -v -s
- name: Generate Coverage Report
run: |
coverage report -m