From 6339f489e9d780af2affadc6538673d71ac56c8d Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Sun, 14 Aug 2022 12:09:07 +0200 Subject: [PATCH] Delete coveralls.yml We are now using Codecov --- .github/workflows/coveralls.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/coveralls.yml diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml deleted file mode 100644 index a8e2875c..00000000 --- a/.github/workflows/coveralls.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: 📊 Check Coverage -on: - push: - branches: - - master - - '*.x' - paths-ignore: - - 'docs/**' - - '*.md' - - '*.rst' - pull_request: - branches: - - master - - '*.x' - paths-ignore: - - 'docs/**' - - '*.md' - - '*.rst' -jobs: - coveralls_finish: - # check coverage increase/decrease - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: AndreMiras/coveralls-python-action@develop