From 517c2e9e874b6f4587596dedfea259aa24bb4327 Mon Sep 17 00:00:00 2001 From: Ollie <69084614+olijeffers0n@users.noreply.github.com> Date: Thu, 13 Apr 2023 14:28:51 +0100 Subject: [PATCH] Update Test --- .github/workflows/test.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/test.yml 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