-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from NeuralNetworkVerification/master
Merge from master
- Loading branch information
Showing
197 changed files
with
12,017 additions
and
5,639 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,31 @@ | ||
# Check if this file is valid by running in bash: | ||
# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate | ||
|
||
comment: false | ||
|
||
ignore: | ||
- "**/__init__.py" | ||
- "maraboupy/test" | ||
|
||
coverage: | ||
status: | ||
# Make sure the total coverage decreased by at most 1% | ||
project: | ||
default: | ||
target: auto | ||
threshold: 1% | ||
base: auto | ||
paths: | ||
- "src" | ||
- "maraboupy" | ||
# Make sure the new added code is at least 80% covered | ||
patch: | ||
default: | ||
target: 80% | ||
base: auto | ||
paths: | ||
- "src" | ||
- "maraboupy" | ||
|
||
|
||
|
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
Oops, something went wrong.