This commit is contained in:
Joel Hawksley 2020-09-21 16:56:14 -06:00
Родитель 3bddb6f875
Коммит f68a294bc2
2 изменённых файлов: 2 добавлений и 2 удалений

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -62,7 +62,7 @@ jobs:
bundle update
bundle exec rake
env:
CI: true
MEASURE_COVERAGE: true
RAILS_VERSION: ${{ matrix.rails_version }}
- name: Upload coverage results
uses: actions/upload-artifact@master

Просмотреть файл

@ -2,7 +2,7 @@
require "simplecov"
require "simplecov-console"
if ENV["CI"]
if ENV["MEASURE_COVERAGE"]
SimpleCov.start do
command_name "rails#{ENV["RAILS_VERSION"]}-ruby#{ENV["RUBY_VERSION"]}" if ENV["RUBY_VERSION"]