From c4028b05388e14d55c28c11273ec7b45534484a2 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Fri, 17 Jan 2025 16:20:27 +0100 Subject: [PATCH] switch to the codecov action --- .github/workflows/node.js.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 44103c6f..a6b09beb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -109,8 +109,6 @@ jobs: node-version: 20.x - run: npm i - run: npm run test - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - run: npm run codecov - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + - uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }}