From 2a3980527bd531b9790f45afa67e9822aa315e88 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 7 Nov 2023 15:26:01 +0100 Subject: [PATCH] remove codecov workflow --- .github/workflows/test.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 835552f..c96507f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,15 +5,6 @@ jobs: - uses: actions/checkout@v3 - uses: ./.github/actions/prepare - run: pnpm run test --coverage - - name: Codecov - uses: codecov/codecov-action@v3 - with: - flags: unit - - name: Archive code coverage results - uses: actions/upload-artifact@v3 - with: - name: code-coverage-report - path: coverage name: Test