Skip to content

Commit 6e19735

Browse files
committed
chore: exclude coverage
1 parent 220667f commit 6e19735

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2
-10177
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- restore_cache:
4141
key: *cache_key
4242
- run:
43-
name: test
43+
name: build
4444
command: yarn build
4545
- save_cache:
4646
key: *dist_key

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/dist
55
/tmp
66
/out-tsc
7+
**/coverage
78

89
# dependencies
910
/node_modules

apps/example-app/coverage/app/examples/00-single-component.ts.html

Lines changed: 0 additions & 119 deletions
This file was deleted.

apps/example-app/coverage/app/examples/01-nested-component.ts.html

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)