Skip to content

Commit e15ec25

Browse files
committed
Unpinning 0.6.0
1 parent 5d0e19c commit e15ec25

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/test_branches.yml

-6
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,6 @@ jobs:
855855
token: ${{ secrets.PYOMO_CODECOV_TOKEN }}
856856
name: ${{ matrix.TARGET }}
857857
flags: ${{ matrix.TARGET }}
858-
# downgrading after v0.7.0 broke tokenless upload
859-
# see codecov/codecov-action#1487
860-
version: v0.6.0
861858
fail_ci_if_error: true
862859

863860
- name: Upload other coverage reports
@@ -870,7 +867,4 @@ jobs:
870867
token: ${{ secrets.PYOMO_CODECOV_TOKEN }}
871868
name: ${{ matrix.TARGET }}/other
872869
flags: ${{ matrix.TARGET }},other
873-
# downgrading after v0.7.0 broke tokenless upload
874-
# see codecov/codecov-action#1487
875-
version: v0.6.0
876870
fail_ci_if_error: true

.github/workflows/test_pr_and_main.yml

-6
Original file line numberDiff line numberDiff line change
@@ -899,9 +899,6 @@ jobs:
899899
token: ${{ secrets.PYOMO_CODECOV_TOKEN }}
900900
name: ${{ matrix.TARGET }}
901901
flags: ${{ matrix.TARGET }}
902-
# downgrading after v0.7.0 broke tokenless upload
903-
# see codecov/codecov-action#1487
904-
version: v0.6.0
905902
fail_ci_if_error: true
906903

907904
- name: Upload other coverage reports
@@ -914,7 +911,4 @@ jobs:
914911
token: ${{ secrets.PYOMO_CODECOV_TOKEN }}
915912
name: ${{ matrix.TARGET }}/other
916913
flags: ${{ matrix.TARGET }},other
917-
# downgrading after v0.7.0 broke tokenless upload
918-
# see codecov/codecov-action#1487
919-
version: v0.6.0
920914
fail_ci_if_error: true

0 commit comments

Comments
 (0)