generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Codecov, modified c8 and mocha configs, and standardized packag…
…e.json Signed-off-by: Frank Hinek <[email protected]>
- Loading branch information
1 parent
f09dcc1
commit 58f5b78
Showing
23 changed files
with
337 additions
and
948 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
comment: | ||
layout: "header, diff, components" | ||
|
||
component_management: | ||
default_rules: | ||
statuses: | ||
- type: project | ||
target: auto # auto compares coverage to the previous base commit | ||
threshold: 10% # allows a 10% drop from the previous base commit coverage | ||
- type: patch | ||
target: 100 # every PR opened should strive for full test coverage | ||
|
||
individual_components: | ||
- component_id: package_crypto | ||
name: crypto | ||
paths: ["packages/crypto/**"] | ||
|
||
- component_id: package_dids | ||
name: dids | ||
paths: ["packages/dids/**"] | ||
|
||
- component_id: package-web5 | ||
name: web5 | ||
paths: ["packages/web5/**"] | ||
|
||
- component_id: package-web5-agent | ||
name: web5-agent | ||
paths: ["packages/web5-agent/**"] | ||
|
||
- component_id: package-web5-proxy-agent | ||
name: web5-proxy-agent | ||
paths: ["packages/web5-proxy-agent/**"] | ||
|
||
- component_id: package-web5-user-agent | ||
name: web5-user-agent | ||
paths: ["packages/web5-user-agent/**"] | ||
|
||
coverage: | ||
status: | ||
project: | ||
default: | ||
informational: true | ||
patch: | ||
default: | ||
informational: true # Don't gate PRs based on Codecov passing thresholds |
Oops, something went wrong.