File tree Expand file tree Collapse file tree 5 files changed +3
-13
lines changed Expand file tree Collapse file tree 5 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 4343 rubyopt : " --enable-frozen-string-literal --debug=frozen-string-literal" ,
4444 },
4545 }
46- - { ruby_version: 3.2, options: { codecov: 1 } }
4746 steps :
4847 - uses : actions/checkout@v1
4948
5756 run : bundle exec rake
5857
5958 - name : Upload Coverage
60- if : ${{ matrix.options.codecov }}
6159 uses : codecov/codecov-action@v4
6260 with :
6361 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 6262 }
6363 - {
6464 ruby_version : " 3.2" ,
65- rails_version : 7.1.0,
66- options : { codecov: 1 },
65+ rails_version : 7.1.0
6766 }
6867 steps :
6968 - uses : actions/checkout@v1
8382 run : bundle exec rake
8483
8584 - name : Upload Coverage
86- if : ${{ matrix.options.codecov }}
8785 uses : codecov/codecov-action@v4
8886 with :
8987 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 4141 rubyopt : " --enable-frozen-string-literal --debug=frozen-string-literal" ,
4242 },
4343 }
44- - { ruby_version: "3.2", options: { codecov: 1 } }
4544 steps :
4645 - uses : actions/checkout@v1
4746 - name : Set up Ruby ${{ matrix.ruby_version }}
6665 run : bundle exec rake
6766
6867 - name : Upload Coverage
69- if : ${{ matrix.options.codecov }}
7068 uses : codecov/codecov-action@v4
7169 with :
7270 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 5757 - {
5858 ruby_version : 3.3,
5959 rack_version : 3.1,
60- redis_rb_version : 5.3,
61- options : { codecov: 1 },
60+ redis_rb_version : 5.3
6261 }
6362 steps :
6463 - uses : actions/checkout@v1
7877 run : bundle exec rake
7978
8079 - name : Upload Coverage
81- if : ${{ matrix.options.codecov }}
8280 uses : codecov/codecov-action@v4
8381 with :
8482 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 4848 }
4949 - {
5050 ruby_version : " 3.2" ,
51- sidekiq_version : 7.0,
52- options : { codecov: 1 },
51+ sidekiq_version : 7.0
5352 }
5453 steps :
5554 - uses : actions/checkout@v1
7170 run : bundle exec rake
7271
7372 - name : Upload Coverage
74- if : ${{ matrix.options.codecov }}
7573 uses : codecov/codecov-action@v4
7674 with :
7775 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments