Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Nov 22, 2023
1 parent 2ef8573 commit 6e4fc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run ruff
run: ruff .
- name: Run test
run: coverage run --omit=ipware/__version.py --source=ipware manage.py test
run: coverage run --omit=ipware/__version__.py,ipware/tests* --source=ipware manage.py test
- name: Coveralls
run: coveralls --service=github
env:
Expand Down

0 comments on commit 6e4fc90

Please sign in to comment.