From cf55fc4d5f137d462c11cbde91e86d730f4b8449 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 31 Dec 2024 15:53:43 -0500 Subject: [PATCH] remove token and change Codecov settings apparently according to https://docs.codecov.com/docs/codecov-tokens#enabling-tokenless-uploads-for-public-repositories, there is a setting to enable this, however the setting itself does not say "public repos only" confusingly.... --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f03a45..67af862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,5 +33,3 @@ jobs: run: npm run test:coverage - name: Upload coverage report to Codecov uses: codecov/codecov-action@v5 - with: - token: ${{ secrets.CODECOV_TOKEN }}