This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +20
-12
lines changed
Expand file tree Collapse file tree 12 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
1+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44version : 2
Original file line number Diff line number Diff line change 1- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
1+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44name : RSpec CI
8383 - run : bundle install --standalone
8484 - run : bundle binstubs --all
8585 - run : script/run_build
86+ - name : Store coverage output for reference
87+ uses : actions/upload-artifact@v4
88+ if : failure()
89+ with :
90+ name : coverage-report-${{ matrix.ruby }}
91+ path : coverage/index.html
92+ retention-days : 14
8693
8794 legacy :
8895 name : Legacy Ruby Builds (${{ matrix.container.version }})
@@ -123,6 +130,7 @@ jobs:
123130 env :
124131 LEGACY_CI : true
125132 JRUBY_OPTS : ${{ matrix.container.jruby_opts || '--dev' }}
133+ NO_COVERAGE : true
126134 steps :
127135 - uses : actions/checkout@v3
128136 - run : ${{ matrix.container.pre }}
Original file line number Diff line number Diff line change 1- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
1+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 1- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
1+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44# Taken from:
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
2+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
33# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
55set -e
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
2+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
33# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
55set -e
Original file line number Diff line number Diff line change 1- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
1+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
2+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
33# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
55set -e
Original file line number Diff line number Diff line change 1- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
1+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44function is_mri {
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This file was generated on 2024-02-23T14:21:37+00 :00 from the rspec-dev repo.
2+ # This file was generated on 2024-06-20T22:22:26+01 :00 from the rspec-dev repo.
33# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
55set -e
You can’t perform that action at this time.
0 commit comments