From 4857a6eb5acc7be2ecf31075b742d74f324c5e9d Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Mon, 26 Aug 2024 21:08:20 +0800 Subject: [PATCH] update test-coverage.yml --- .github/workflows/test-coverage.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 7ce671b3..448c9d2d 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -10,8 +10,6 @@ name: test-coverage.yaml permissions: read-all -permissions: read-all - jobs: test-coverage: runs-on: ubuntu-latest @@ -60,4 +58,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: coverage-test-failures - path: ${{ runner.temp }}/package + path: ${{ runner.temp }}/package \ No newline at end of file