Setup CodeClimate's quality reporting
This commit is contained in:
parent
a24e2368cb
commit
766523bf4d
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -23,5 +23,9 @@ jobs:
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler-cache: true
|
||||
- name: Run the default task
|
||||
run: bundle exec rake
|
||||
- name: Test and report the code coverage
|
||||
uses: paambaati/codeclimate-action@v3.2.0
|
||||
env:
|
||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||
with:
|
||||
coverageCommand: bundle exec rspec
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Nostr
|
||||
|
||||
[](https://badge.fury.io/rb/nostr)
|
||||
[](https://codeclimate.com/github/wilsonsilva/nostr/maintainability)
|
||||
[](https://codeclimate.com/github/wilsonsilva/nostr/test_coverage)
|
||||
[](http://inch-ci.org/github/wilsonsilva/nostr)
|
||||
|
||||
Nostr client. Please note that the API is likely to change as the gem is still in development and has not yet reached a
|
||||
|
@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
|
||||
spec.add_development_dependency 'rubocop', '~> 1.42'
|
||||
spec.add_development_dependency 'rubocop-rake', '~> 0.6'
|
||||
spec.add_development_dependency 'rubocop-rspec', '2.16'
|
||||
spec.add_development_dependency 'simplecov', '~> 0.22'
|
||||
spec.add_development_dependency 'simplecov', '= 0.17'
|
||||
spec.add_development_dependency 'simplecov-console', '~> 0.9'
|
||||
spec.add_development_dependency 'yard', '~> 0.9'
|
||||
spec.add_development_dependency 'yard-junk', '~> 0.0.9'
|
||||
|
Loading…
x
Reference in New Issue
Block a user