From 849c060617542f4f840cf072910ae87eb6413fd3 Mon Sep 17 00:00:00 2001 From: tomaszaba Date: Sun, 30 Nov 2025 09:28:37 +0200 Subject: [PATCH] re-set codecov: tokenless --- .github/workflows/test-coverage.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 0ab748d..431ce7c 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -1,11 +1,10 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples -# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: branches: [main, master] pull_request: -name: test-coverage.yaml +name: test-coverage permissions: read-all @@ -40,12 +39,10 @@ jobs: - uses: codecov/codecov-action@v5 with: - # Fail if error if not on PR, or if on PR and token is given - fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }} files: ./cobertura.xml plugins: noop disable_search: true - token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: ${{ github.event_name != 'pull_request' }} - name: Show testthat output if: always() @@ -59,4 +56,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