Skip to content

Commit

Permalink
Merge pull request Pyomo#3 from Pyomo/master
Browse files Browse the repository at this point in the history
Update the IDAES branch of Pyomo
  • Loading branch information
blnicho authored Jun 10, 2020
2 parents 267db4c + e021c09 commit f36f307
Show file tree
Hide file tree
Showing 241 changed files with 20,632 additions and 9,328 deletions.
228 changes: 0 additions & 228 deletions .appveyor.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ coverage:
threshold: 0%
# ci:
# - !ci.appveyor.com
codecov:
notify:
# GHA: 18, Travis: 13, Jenkins: 6
after_n_builds: 33
wait_for_ci: yes
11 changes: 7 additions & 4 deletions .coveragerc
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/*
Loading

0 comments on commit f36f307

Please sign in to comment.