File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : OTP ${{matrix.otp}}
1313 strategy :
1414 matrix :
15- otp : ['27 ', '26 ', '25 ']
16- rebar3 : ['3.24 .0']
15+ otp : ['28 ', '27 ', '26 ']
16+ rebar3 : ['3.25 .0']
1717 runs-on : ' ubuntu-24.04'
1818 env :
1919 OTPVER : ${{ matrix.otp }}
@@ -28,10 +28,10 @@ jobs:
2828 - run : rebar3 do ct --cover
2929 - run : rebar3 as test codecov analyze
3030 - run : rebar3 dialyzer
31- if : ${{ matrix.otp == '27 ' }}
31+ if : ${{ matrix.otp == '28 ' }}
3232 - name : Upload code coverage
3333 uses : codecov/codecov-action@v4
34- if : ${{ matrix.otp == '27 ' }}
34+ if : ${{ matrix.otp == '28 ' }}
3535 with :
3636 files : _build/test/covertool/fast_scram.covertool.xml
3737 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1515 {test , [
1616 {erl_opts , []},
1717 {deps , [
18- {proper , " 1.4.0" },
19- {base16 , " 2.0.1" }
18+ {proper , " 1.5.0" }
2019 ]},
2120 {plugins , [
2221 {rebar3_codecov , " 0.7.0" }
You can’t perform that action at this time.
0 commit comments