Skip to content

Commit

Permalink
no coverage, just run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Nistler committed Mar 6, 2024
1 parent f2050bb commit 8b74586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,8 @@ jobs:
- name: Install package
run: pip install -e .

- name: Run tests and coverage
run: coverage run --source=django_scrubber runtests.py

- name: Publish coverage
if: |
github.repository == 'RegioHelden/django-datawatch'
&&
(
github.event_name == 'push'
||
(
github.event_name == 'pull_request'
&&
github.head_ref == 'master'
)
)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls
- name: Run tests
run: python manage.py test

publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
Expand Down
2 changes: 0 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
celery==5.3.6
coverage==7.4.3
coveralls==3.3.1
django-bootstrap5==23.4
django-extensions==3.2.3
django-model-utils==4.4.0
Expand Down

0 comments on commit 8b74586

Please sign in to comment.