File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 pull_request :
99
10+ permissions :
11+ contents : read
12+ id-token : write
13+
1014jobs :
1115 build :
1216 runs-on : ubuntu-latest
2630 bundler-cache : true
2731 - name : Lint with rubocop
2832 run : bundle exec rubocop
29- - name : Test & Publish code coverage
30- uses : paambaati/codeclimate-action@v3.0.0
31- env :
32- CC_TEST_REPORTER_ID : ${{secrets.CC_TEST_REPORTER_ID}}
33+ - name : Test
34+ run : bundle exec rspec
35+ - name : Publish code coverage
36+ uses : qltysh/qlty-action/coverage@v2
3337 with :
34- coverageCommand : bundle exec rspec
38+ oidc : true
39+ files : coverage/.resultset.json
Original file line number Diff line number Diff line change 22
33[ ![ Gem Version] ( https://badge.fury.io/rb/prest.svg )] ( https://badge.fury.io/rb/prest )
44[ ![ Ruby] ( https://github.com/gogrow-dev/prest/actions/workflows/main.yml/badge.svg?branch=main )] ( https://github.com/gogrow-dev/prest/actions/workflows/main.yml )
5- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/f81b2e00be4d8eaa5e81/ maintainability )] ( https://codeclimate.com/github /gogrow-dev/prest/maintainability )
6- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/f81b2e00be4d8eaa5e81/test_coverage )] ( https://codeclimate.com/github /gogrow-dev/prest/test_coverage )
5+ [ ![ Maintainability] ( https://qlty.sh/gh/gogrow-dev/projects/prest/ maintainability.svg )] ( https://qlty.sh/gh /gogrow-dev/projects/prest )
6+ [ ![ Code Coverage] ( https://qlty.sh/gh/gogrow-dev/projects/prest/coverage.svg )] ( https://qlty.sh/gh /gogrow-dev/projects/prest )
77
88Programmatically communicate with any REST API.
99
You can’t perform that action at this time.
0 commit comments