From 7d54a7cdac56ca9661dc37803391cb96c86ba34f Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Thu, 25 Jul 2024 16:10:47 -0400 Subject: [PATCH] try tokenless codecov upload --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a9db159..7a2954d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: - name: Upload coverage to codecov uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} + #token: ${{ secrets.CODECOV_TOKEN }} files: tests/coverage.xml fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)