Skip to content

Commit

Permalink
Merge pull request #39 from narumiruna/fix-workflow
Browse files Browse the repository at this point in the history
fix codecov
  • Loading branch information
narumiruna authored Nov 27, 2023
2 parents 49895f2 + 7b2bed0 commit f3b796c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Lint
run: poetry run flake8 -v .
- name: Test
run: poetry run pytest -v -s --cov=template --cov-report=xml tests
run: poetry run pytest -v -s --cov=. --cov-report=xml tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lint:
poetry run flake8 -v

test:
poetry run pytest -v -s --cov=template tests
poetry run pytest -v -s --cov=. tests

publish:
poetry build -f wheel
Expand Down

0 comments on commit f3b796c

Please sign in to comment.