diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f074242..0420d9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,11 @@ jobs: run: npm run test:coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 - node-version: '20' - env: - token: ${{ secrets.CODECOV_TOKEN }} + with: + token: ${{secrets.CODECOV_TOKEN}} + file: ./coverage/lcov.info + flags: unittests + name: codecov-umbrella + fail_ci_if_error: true slug: orsiemilio/JsonShapeShifter + \ No newline at end of file