From: Eduardo San Martin Morote Date: Sun, 12 May 2024 19:09:04 +0000 (+0200) Subject: ci: upgrade codecov X-Git-Tag: v4.3.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d4dd347dd7ed48e1038453f95f9818768cd8de;p=thirdparty%2Fvuejs%2Frouter.git ci: upgrade codecov --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97255b0b..6221e906 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,9 @@ jobs: # e2e tests that that run locally - run: pnpm run -r test:e2e:ci - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} # - name: 'Start BrowserStackLocal Tunnel' # uses: 'browserstack/github-actions/setup-local@master'