forked from Pyomo/pyomo
-
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.
Merge pull request Pyomo#4 from Pyomo/master
Update Pyomo fork with units fixes
- Loading branch information
Showing
542 changed files
with
48,127 additions
and
21,383 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,4 +1,19 @@ | ||
coverage: | ||
range: "50...100" | ||
status: | ||
project: | ||
default: | ||
# Allow overall coverage to drop to avoid failures due to code | ||
# cleanup or CI unavailability/lag | ||
threshold: 5% | ||
patch: | ||
default: | ||
# Force patches to be covered at the level of the codebase | ||
threshold: 0% | ||
# ci: | ||
# - !ci.appveyor.com | ||
codecov: | ||
notify: | ||
# GHA: 18, Travis: 13, Jenkins: 6 | ||
after_n_builds: 33 | ||
wait_for_ci: yes |
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,13 +1,16 @@ | ||
[report] | ||
omit = | ||
*/python?.?/* | ||
*/site-packages/nose/* | ||
*__init__* | ||
*/setup.py | ||
setup.py | ||
*/tests/* | ||
*/tmp/* | ||
|
||
# The [run] section must be at the end, as the build harness will add a | ||
# "data_file" directive to the end of this file. | ||
[run] | ||
parallel = True | ||
source = | ||
pyomo | ||
examples | ||
omit = | ||
# github actions creates a cache directory we don't want measured | ||
cache/* |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.