Skip to content

Commit 842a2a4

Browse files
author
Andrew Lee
authored
Merge pull request #19 from Pyomo/main
Resync IDAES/pyomo@IDAES with Pyomo/pyomo@main
2 parents e71a82b + 5b84095 commit 842a2a4

File tree

2,972 files changed

+19467
-341000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,972 files changed

+19467
-341000
lines changed

.codecov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ coverage:
1414
# - !ci.appveyor.com
1515
codecov:
1616
notify:
17-
# GHA: 5, Jenkins: 6
18-
after_n_builds: 11 # all
17+
# GHA: 4, Jenkins: 4
18+
after_n_builds: 8 # all
1919
wait_for_ci: yes

.coin-or/projDesc.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Carl D. Laird, Chair, Pyomo Management Committee, cdlaird at sandia dot gov
107107
license file directly.
108108
-->
109109
<projectLicenseURL>
110-
https://github.com/Pyomo/pyomo/blob/master/LICENSE.txt
110+
https://github.com/Pyomo/pyomo/blob/main/LICENSE.txt
111111
</projectLicenseURL>
112112

113113
<!-- Below, you can list other COIN projects your project -->

.coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ omit =
77
# The [run] section must be at the end, as the build harness will add a
88
# "data_file" directive to the end of this file.
99
[run]
10+
concurrency = multiprocessing,thread
1011
parallel = True
1112
source =
1213
pyomo

0 commit comments

Comments
 (0)