From 8b74586390c611a619248be200f94616522e0d06 Mon Sep 17 00:00:00 2001 From: Jens Nistler Date: Wed, 6 Mar 2024 18:26:41 +0100 Subject: [PATCH] no coverage, just run tests --- .github/workflows/workflow.yaml | 22 ++-------------------- requirements-ci.txt | 2 -- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 1f70d5e..39daecc 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -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 diff --git a/requirements-ci.txt b/requirements-ci.txt index 7231d99..6763657 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -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