WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed
Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030
3131 - name : Initialize Ruby
3232 uses : ruby/setup-ruby@v1
3636
3737 - name : Run rake
3838 run : bundle exec rake
39-
40- coverage :
41- needs : [ build ]
42- runs-on : ubuntu-latest
43-
44- name : Report test coverage to CodeClimate
45-
46- steps :
47- - name : Checkout
48- uses : actions/checkout@v3
49-
50- - name : Initialize Ruby
51- uses : ruby/setup-ruby@v1
52- with :
53- ruby-version : 3.1
54- bundler-cache : true
55-
56- - name : Run tests
57- run : bundle exec rake spec
58-
59- - name : Report test coverage
60- 61- env :
62- CC_TEST_REPORTER_ID : 997ddf9df5b99897b448d7a7a13e332d57f0e29754d9b9d1414aaee611759422
63- with :
64- coverageLocations : ${{github.workspace}}/coverage/lcov/*.lcov:lcov
Original file line number Diff line number Diff line change 44[ ![ Documentation] ( https://img.shields.io/badge/Documentation-Latest-green )] ( https://rubydoc.info/gems/github_pages_rake_tasks/ )
55[ ![ Change Log] ( https://img.shields.io/badge/CHANGELOG-Latest-green )] ( https://rubydoc.info/gems/github_pages_rake_tasks/file/CHANGELOG.md )
66[ ![ Build Status] ( https://github.com/main-branch/github_pages_rake_tasks/workflows/CI%20Build/badge.svg?branch=main )] ( https://github.com/main-branch/github_pages_rake_tasks/actions?query=workflow%3ACI%20Build )
7- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/a67ad0b61d3687e33181/maintainability )] ( https://codeclimate.com/github/main-branch/github_pages_rake_tasks/maintainability )
8- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/a67ad0b61d3687e33181/test_coverage )] ( https://codeclimate.com/github/main-branch/github_pages_rake_tasks/test_coverage )
97
108The ` github_pages_rake_tasks ` gem creates a rake task that pushes files
119from a local documentation directory to a remote Git repository branch.
You can’t perform that action at this time.
0 commit comments