Skip to content

Commit e3e3d13

Browse files
committed
Codecov config
1 parent 6424981 commit e3e3d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Test ${{ matrix.os }} node ${{ matrix.node-version }}
4040
fail_ci_if_error: true
4141
path_to_write_report: ./coverage/codecov_report.txt
42-
verbose: true
42+
# verbose: true
4343
- name: Build bundle ${{ matrix.os }} node ${{ matrix.node-version }}
4444
run: npm run build --if-present
4545
- name: Test bundle ${{ matrix.os }} node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)