Use GitHub Actions to upload Coveralls report

This commit is contained in:
Patrick Gansterer 2021-02-18 13:18:31 +01:00
parent f7c7b56bd0
commit 434cc59ae8
4 changed files with 17 additions and 25 deletions

View file

@ -111,7 +111,7 @@ group :test do
gem 'i18n-spec'
# code coverage
gem 'simplecov', require: false
gem 'coveralls', require: false
gem 'simplecov-lcov', require: false
# api
gem 'apivore', require: false
gem 'hashie', '~> 3.4.6', require: false # https://github.com/westfieldlabs/apivore/issues/114