We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52d340 commit 2cc40efCopy full SHA for 2cc40ef
1 file changed
.github/workflows/main.yml
@@ -1,9 +1,9 @@
1
name: CI
2
on:
3
push:
4
- branches: [ "main" ]
+ branches: ['main']
5
pull_request:
6
7
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
@@ -20,7 +20,7 @@ jobs:
20
npm ci
21
npm run build
22
npm run test:coverage
23
- npm run codecov
+ # npm run codecov
24
25
- name: Upload coverage to Codecov
26
uses: codecov/codecov-action@v4
0 commit comments