Skip to content

Commit

Permalink
Weitere workflow Korrekturen /2.
Browse files Browse the repository at this point in the history
1. build w/coverage
2. test
  • Loading branch information
dornech committed Nov 18, 2024
1 parent 79329db commit 244b46b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
hatch run lint:all
- name: Run Tests
run: |
pytest --cov-report=term-missing --cov-config=pyproject.toml --cov
hatch test --cover
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
hatch run lint:all
- name: Run Tests
run: |
pytest tests
hatch test

0 comments on commit 244b46b

Please sign in to comment.