From ffa2de5385a317c48f5c8faceb0165180141f5d8 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Fri, 29 Mar 2024 19:54:51 -0700 Subject: [PATCH] Attempt upgrading codecov action to see if tokenless uploads can be made to work --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31f3f98..79bda05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,10 @@ jobs: run: | pytest --cov=meshtastic --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} + env_vars: OS, PYTHON files: ./coverage.xml flags: unittests name: codecov-umbrella