Skip to content

Commit

Permalink
ci: try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Apr 11, 2024
1 parent 29cae81 commit 1c0824b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ jobs:
flags: unittests
fail_ci_if_error: true

- name: Generate coverage badge
uses: actions/setup-node@v2
with:
node-version: "16"
- run: |
npx codecov-badge
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Archive coverage report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1c0824b

Please sign in to comment.