Skip to content

Commit

Permalink
fix(ci): codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Balet committed Feb 14, 2024
1 parent aff7f35 commit b111372
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b111372

Please sign in to comment.