File tree 2 files changed +1
-29
lines changed
2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
31
31
- name : Initialize Ruby
32
32
uses : ruby/setup-ruby@v1
36
36
37
37
- name : Run rake
38
38
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 4
4
[ ![ Documentation] ( https://img.shields.io/badge/Documentation-Latest-green )] ( https://rubydoc.info/gems/github_pages_rake_tasks/ )
5
5
[ ![ Change Log] ( https://img.shields.io/badge/CHANGELOG-Latest-green )] ( https://rubydoc.info/gems/github_pages_rake_tasks/file/CHANGELOG.md )
6
6
[ ![ 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 )
9
7
10
8
The ` github_pages_rake_tasks ` gem creates a rake task that pushes files
11
9
from a local documentation directory to a remote Git repository branch.
You can’t perform that action at this time.
0 commit comments