Skip to content

Commit

Permalink
Fix tests command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jul 27, 2024
1 parent dc72380 commit e4517b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: pdm install -G:all

- name: Test with coverage
run: make tests-ci
run: make test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
test:
pdm run hatch test --cover --all

tests-ci:
# pdm run hatch test --cover --all
pdm run pytest tests --cov=src --cov-report term-missing --cov-report=xml --asyncio-mode=auto

lint:
Expand Down

0 comments on commit e4517b1

Please sign in to comment.