We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1239877 commit d8a02fbCopy full SHA for d8a02fb
.github/workflows/validate.yml
@@ -55,13 +55,6 @@ jobs:
55
- name: ▶️ Run validate script
56
run: npm run validate
57
58
- - name: ⬆️ Upload coverage report
59
- uses: codecov/codecov-action@v4
60
- with:
61
- fail_ci_if_error: true
62
- flags: node-${{ matrix.node }}
63
- token: ${{ secrets.CODECOV_TOKEN }} # required
64
-
65
release:
66
permissions:
67
contents: write # to create release tags (cycjimmy/semantic-release-action)
0 commit comments