Skip to content

Commit

Permalink
Merge pull request #102 from ruby-docx/enable-coveralls-coverage-report
Browse files Browse the repository at this point in the history
Enable Coverall's coverage report
  • Loading branch information
satoryu authored Apr 29, 2021
2 parents 1f56cc5 + fd041a3 commit c65ef03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: bundle exec rake spec
2 changes: 1 addition & 1 deletion docx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.add_dependency 'nokogiri', '~> 1.10', '>= 1.10.4'
s.add_dependency 'rubyzip', '~> 2.0'

s.add_development_dependency 'coveralls', '~> 0.8'
s.add_development_dependency 'coveralls_reborn', '~> 0.21'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rspec', '~> 3.7'
end

0 comments on commit c65ef03

Please sign in to comment.