File tree 2 files changed +0
-26
lines changed
2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 61
61
62
62
- name : Run rake
63
63
run : bundle exec rake
64
-
65
- coverage :
66
- name : Report test coverage to CodeClimate
67
-
68
- needs : [build]
69
- runs-on : ubuntu-latest
70
-
71
- steps :
72
- - name : Checkout
73
- uses : actions/checkout@v4
74
-
75
- - name : Initialize Ruby
76
- uses : ruby/setup-ruby@v1
77
- with :
78
- ruby-version : 3.1
79
- bundler-cache : true
80
-
81
- - name : Report test coverage
82
- uses : paambaati/codeclimate-action@v9
83
- env :
84
- CC_TEST_REPORTER_ID : b86e77bc6980a43dc09314502fe13334e0f663770b840628ca0716e6dcdeeb5d
85
- with :
86
- coverageCommand : bundle exec rake spec
87
- coverageLocations : ${{github.workspace}}/coverage/lcov/*.lcov:lcov
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ and the order of implementing new features.
7
7
[ ![ Build Status] ( https://github.com/main-branch/ruby_git/actions/workflows/continuous_integration.yml/badge.svg )] ( https://github.com/main-branch/ruby_git/actions/workflows/continuous_integration.yml )
8
8
[ ![ Documentation] ( https://img.shields.io/badge/Documentation-Latest-green )] ( https://rubydoc.info/gems/ruby_git/ )
9
9
[ ![ Change Log] ( https://img.shields.io/badge/CHANGELOG-Latest-green )] ( https://rubydoc.info/gems/ruby_git/file/CHANGELOG.md )
10
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/5403e4613b7518f70da7/maintainability )] ( https://codeclimate.com/github/main-branch/ruby_git/maintainability )
11
- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/5403e4613b7518f70da7/test_coverage )] ( https://codeclimate.com/github/main-branch/ruby_git/test_coverage )
12
10
[ ![ Slack] ( https://img.shields.io/badge/slack-main--branch/ruby__git-yellow.svg?logo=slack )] ( https://main-branch.slack.com/archives/C01CHR7TMM2 )
13
11
14
12
Git Is Hard™ but it doesn't have to be that way. Git has this reputation because it has an
You can’t perform that action at this time.
0 commit comments