Skip to content

Commit

Permalink
chore: Fix tests to work without setup test (#135)
Browse files Browse the repository at this point in the history
* Update test.yml

* Update tox.ini
  • Loading branch information
fsbraun authored Nov 30, 2024
1 parent bb50117 commit 471f207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
python setup.py install
- name: Run coverage
run: coverage run setup.py test
run: coverage run tests/settings.py
continue-on-error: true

- name: Upload Coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =
commands =
{envpython} --version
{env:COMMAND:coverage} erase
{env:COMMAND:coverage} run setup.py test
{env:COMMAND:coverage} run tests/settings.py
{env:COMMAND:coverage} report
ignore_outcome =
djmain: True
Expand Down

0 comments on commit 471f207

Please sign in to comment.