Skip to content

Commit

Permalink
Merge pull request Pyomo#4 from Pyomo/master
Browse files Browse the repository at this point in the history
Update Pyomo fork with units fixes
  • Loading branch information
Andrew Lee authored Jun 16, 2020
2 parents 3ee6a01 + 41e4b3a commit 811e312
Show file tree
Hide file tree
Showing 542 changed files with 48,127 additions and 21,383 deletions.
211 changes: 0 additions & 211 deletions .appveyor.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .codecov.yml
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
4 changes: 2 additions & 2 deletions .coin-or/projDesc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ Carl D. Laird, Chair, Pyomo Management Committee, cdlaird at sandia dot gov
Use explicit overrides to disable use of automated
version reporting.
-->
<stableVersionNumber>5.6.8</stableVersionNumber>
<releaseNumber>5.6.8</releaseNumber>
<stableVersionNumber>5.6.9</stableVersionNumber>
<releaseNumber>5.6.9</releaseNumber>

</developmentStatus>

Expand Down
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/*
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:
By contributing to this software project, I have read the [contribution guide](https://pyomo.readthedocs.io/en/stable/contribution_guide.html) and agree to the following terms and conditions for my contribution:

1. I agree my contributions are submitted under the BSD license.
2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
50 changes: 0 additions & 50 deletions .github/workflows/mac_python_matrix_test.yml

This file was deleted.

Loading

0 comments on commit 811e312

Please sign in to comment.