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