-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: removed unecessary code and clarified helper for tests project
- Loading branch information
Showing
2 changed files
with
33 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
codecov: | ||
notify: | ||
after_n_builds: 2 | ||
comment: | ||
behavior: new | ||
layout: reach, diff, tree | ||
show_carryforward_flags: false | ||
coverage: | ||
precision: 1 | ||
range: | ||
- 30.0 | ||
- 75.0 | ||
round: down | ||
status: | ||
changes: false | ||
default_rules: | ||
flag_coverage_not_uploaded_behavior: include | ||
patch: true | ||
project: | ||
default: | ||
target: auto | ||
threshold: 1% | ||
flags: | ||
adsecgh: | ||
carryforward: false | ||
integration: | ||
carryforward: false | ||
ignore: | ||
- "AdSecGHTests" # ignore project (as it is referenced by Integration test) | ||
- "AdSecGH/Components/GraveyardComp" # ignore old versions of components in graveyard folder | ||
- "AdSecGH/Properties" # ignore icons and Resources.Designer.cs file auto-generated by visual studio | ||
- "AdSecGH/Resources" # ignore icons etc | ||
codecov: | ||
notify: | ||
after_n_builds: 2 | ||
comment: | ||
behavior: new | ||
layout: reach, diff, tree | ||
show_carryforward_flags: false | ||
coverage: | ||
precision: 1 | ||
range: | ||
- 30.0 | ||
- 75.0 | ||
round: down | ||
status: | ||
changes: false | ||
default_rules: | ||
flag_coverage_not_uploaded_behavior: include | ||
patch: true | ||
project: | ||
default: | ||
target: auto | ||
threshold: 1% | ||
flags: | ||
adsecgh: | ||
carryforward: false | ||
integration: | ||
carryforward: false | ||
ignore: | ||
- "AdSecGHTests" # ignore project (as it is referenced by Integration test) | ||
- "TestGrasshopperObjects" # ignore project (as it is referenced by Integration test) | ||
- "AdSecGH/Components/GraveyardComp" # ignore old versions of components in graveyard folder | ||
- "AdSecGH/Properties" # ignore icons and Resources.Designer.cs file auto-generated by visual studio | ||
- "AdSecGH/Resources" # ignore icons etc |