diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index c961ed0..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: coverage - -on: - push: - workflow_dispatch: - pull_request: - branches: - - master - -jobs: - coverage: - runs-on: ubuntu-latest - steps: - - name: Get Cover - uses: orgoro/coverage@v3 - with: - coverageFile: ./coverage.xml - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file