From 804c09b6c57c98de60e9476d0511529ef84f60f9 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Mon, 11 Apr 2022 14:18:38 -0700 Subject: [PATCH] bump to v2 of codecov --- .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 e8a3ee9..8253e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: | pytest --cov=meshtastic --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml