Skip to content

Commit 6d5feed

Browse files
authored
Merge pull request #8 from oauth-xx/qlty.2
💚 Upload coverage to qlty
2 parents 17c98f3 + f054bd3 commit 6d5feed

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/coverage.yml

-10
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ jobs:
6666
bundler: "${{ matrix.bundler }}"
6767
bundler-cache: false
6868

69-
- name: CodeClimate Pre-build Notification
70-
run: cc-test-reporter before-build
71-
if: ${{ github.event_name != 'pull_request' }}
72-
continue-on-error: ${{ matrix.experimental != 'false' }}
73-
7469
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
7570
# We need to do this first to get appraisal installed.
7671
# NOTE: This does not use the main Gemfile at all.
@@ -81,11 +76,6 @@ jobs:
8176
- name: Tests for ${{ matrix.ruby }}@current via ${{ matrix.exec_cmd }}
8277
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}
8378

84-
- name: CodeClimate Post-build Notification
85-
run: cc-test-reporter after-build
86-
if: ${{ github.event_name != 'pull_request' }}
87-
continue-on-error: ${{ matrix.experimental != 'false' }}
88-
8979
- name: Code Coverage Summary Report
9080
uses: irongut/[email protected]
9181
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)