Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Nov 14, 2024
1 parent dcd62db commit 8425b60
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Python tests

on: [push]

Expand All @@ -16,8 +16,6 @@ jobs:
- macos-latest

python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down Expand Up @@ -46,9 +44,9 @@ jobs:
- name: Run tests
run: |
python --version
python -m yafowil.bootstrap.tests
python -m pytest src/yafowil/bootstrap/tests
- name: Run coverage
run: |
coverage run --source=src/yafowil -m yafowil.bootstrap.tests
coverage run --source=src/yafowil -m pytest src/yafowil/bootstrap/tests
coverage report -m --fail-under=48

0 comments on commit 8425b60

Please sign in to comment.