-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor tests * Remove old tests file * Add conda-forge badges * Add test for mkdir --------- Co-authored-by: Jay Qi <jayqi@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
490 additions
and
318 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
codecov: | ||
require_ci_to_pass: yes | ||
|
||
coverage: | ||
precision: 1 | ||
round: down | ||
range: "70...100" | ||
status: | ||
project: # Coverage of whole project | ||
default: | ||
target: auto # Coverage target to pass; auto is base commit | ||
threshold: 5% # Allow coverage to drop by this much vs. base and still pass | ||
patch: # Coverage of lines in this change | ||
default: | ||
target: 80% # Coverage target to pass | ||
threshold: 20% # Allow coverage to drop by this much vs. base and still pass | ||
|
||
comment: | ||
layout: "diff,flags,tree" |
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
Oops, something went wrong.