Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yxjiang committed Jul 18, 2024
1 parent d4319c1 commit b9499ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: poetry run isort . && poetry run black .

- name: Run Pytest with coverage
run: poetry run pytest -vv --cov=mind_renderer --cov-report=xml
run: poetry run pytest -vv --cov=mind_renderer --cov-config=pyproject.toml -vv tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit b9499ed

Please sign in to comment.