generated from bokulich-lab/q2-plugin-template
-
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.
ADD: Improve evaluation + make CLI runnable (#8)
* improve model evaluation * ADD: compare trials and FIX: last model instead of all * ADD: CLI runnable functions * ADD: trial_num to config and different code cov settings * loosed code cov further * further relaxed codecov setting during preprod
- Loading branch information
1 parent
a094e8e
commit c04a710
Showing
13 changed files
with
655 additions
and
274 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
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,16 +1,18 @@ | ||
coverage: | ||
precision: 2 | ||
round: down | ||
range: "70...100" | ||
range: "30...100" | ||
|
||
status: | ||
project: | ||
default: | ||
# Target total project coverage | ||
target: 70% | ||
# todo: increase when prod ready | ||
target: 30% | ||
threshold: 1% | ||
patch: | ||
default: | ||
# Target coverage for changes in PRs | ||
target: 60% | ||
# todo: increase when prod ready | ||
target: 0% | ||
threshold: 1% |
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
Oops, something went wrong.