-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from ansdelft/master
Update simplecov requirement from = 0.17 to = 0.21.2
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,14 @@ jobs: | |
with: | ||
ruby-version: ${{ matrix.ruby_version }} | ||
|
||
- uses: amancevice/setup-code-climate@v0 | ||
name: CodeClimate Install | ||
with: | ||
cc_test_reporter_id: 0b8e41ecbc26637a7db4e6e9d4581c445441674f689016ab45fb5c51242b59bf | ||
|
||
- name: CodeClimate Pre-build Notification | ||
run: cc-test-reporter before-build | ||
|
||
- name: Build and test with Rake | ||
env: | ||
CI: true | ||
|
@@ -26,7 +34,5 @@ jobs: | |
bundle install --jobs 4 --retry 3 | ||
bundle exec rake | ||
- name: Publish code coverage | ||
uses: paambaati/[email protected] | ||
env: | ||
CC_TEST_REPORTER_ID: 0b8e41ecbc26637a7db4e6e9d4581c445441674f689016ab45fb5c51242b59bf | ||
- name: CodeClimate Post-build Notification | ||
run: cc-test-reporter after-build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters