Skip to content

Commit d90f5ab

Browse files
chore: add gitignore to ignore autogenerated build & fix codecov option (#4828)
* chore(ci): add gitignore case * ci(codecov): fix wrong settings
1 parent e4c5226 commit d90f5ab

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

.codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
codecov:
2-
require_ci_to_pass: yes
2+
require_ci_to_pass: true
33

44
coverage:
55
precision: 2
@@ -17,4 +17,4 @@ parsers:
1717
comment:
1818
layout: "reach,diff,flags,files,footer"
1919
behavior: default
20-
require_changes: no
20+
require_changes: false

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"chuntaro",
1111
"CLIAPI",
1212
"cobertura",
13+
"gcov",
1314
"codecov",
1415
"colorette",
1516
"commitlint",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ packages/**/yarn.lock
5858
# test output files
5959
test/js/*
6060
test/create-webpack-app-testing/*
61+
test/create-webpack-app/create-webpack-app-testing/*
6162
test/**/bin/
6263
test/**/**/bin/
6364
test/**/**/**/bin/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"use strict";
2+
3+
console.log("Main typescript file");

0 commit comments

Comments
 (0)