Progaku-copy / progaku-archive

Progakuのアーカイブ用のアプリ
0 stars 1 forks source link

カバレッジを自動でPRコメントできるようにする #93

Open kakeru-one opened 2 weeks ago

kakeru-one commented 2 weeks ago

対応するissue

対応内容

kakeru-one commented 2 weeks ago

以下を解消するところからやる

root@1c46f72f8439:/usr/src/app# bin/rake coverage:report
rake aborted!
NoMethodError: private method `format' called for #<SimpleCovFormatter:0x0000ffff94a8b800>
/usr/local/bundle/gems/simplecov-0.22.0/lib/simplecov/result.rb:51:in `format!'
/usr/local/bundle/gems/simplecov-0.22.0/lib/simplecov/configuration.rb:197:in `block in at_exit'
/usr/local/bundle/gems/simplecov-0.22.0/lib/simplecov.rb:189:in `run_exit_tasks!'
/usr/local/bundle/gems/simplecov-0.22.0/lib/simplecov.rb:94:in `collate'
/usr/src/app/lib/tasks/coverage.rake:14:in `block (2 levels) in <main>'
Tasks: TOP => coverage:report
(See full trace by running task with --trace)