Skip to content

Commit 82009b9

Browse files
authored
chore: tune some files (#778)
* chore: remove unused configs and tune codecov settings * chore: update package.json and fix license
1 parent b0ec944 commit 82009b9

File tree

5 files changed

+6
-20
lines changed

5 files changed

+6
-20
lines changed

β€Ž.travis.ymlβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

β€Žcodecov.ymlβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ coverage:
2424

2525
ignore:
2626
- "tests/*"
27-
- "src/mixins/*"
27+
- "sandboxes/*"
28+
- "stories/*"
29+
- "legacy/sandboxes/*"
30+
- "legacy/test/*"
2831

2932

3033
comment:

β€Žindex.htmlβ€Ž

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

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,6 @@
130130
},
131131
"tsd": {
132132
"directory": "./test"
133-
}
133+
},
134+
"readme": ""
134135
}

0 commit comments

Comments
Β (0)