diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a682c9..2d10bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,13 @@ jobs: # - name: lint # run: npm run lint # - run: npm run build - - name: test + - name: Run test run: npm run test:ci - - name: coverage - uses: codecov/codecov-action@v3 - with: + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + env: token: ${{ secrets.CODECOV_TOKEN }} + slug: rbalet/ngx-href publish: needs: build