forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: be more lenient on jsx/tsx test coverage (apache#468)
- Loading branch information
1 parent
8754b4c
commit 38c44b6
Showing
1 changed file
with
11 additions
and
17 deletions.
There are no files selected for viewing
28 changes: 11 additions & 17 deletions
28
superset-frontend/temporary_superset_ui/superset-ui/codecov.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
coverage: | ||
status: | ||
patch: | ||
default: | ||
target: 0% | ||
threshold: 0% | ||
core-packages: | ||
target: 0% | ||
paths: | ||
- packages | ||
plugins: | ||
target: 0% | ||
paths: | ||
- plugins | ||
patch: off | ||
project: | ||
default: | ||
target: 0% | ||
# send notification if coverage change exceed this threshold | ||
threshold: 0% | ||
core-packages: | ||
threshold: 10% | ||
core-packages-ts: | ||
target: 100% | ||
paths: | ||
- packages | ||
- packages/**/*.js | ||
- packages/**/*.ts | ||
core-packages-tsx: | ||
target: 50% | ||
paths: | ||
- packages/**/*.jsx | ||
- packages/**/*.tsx | ||
plugins: | ||
target: 0% | ||
target: 0 | ||
paths: | ||
- plugins |