Skip to content

Commit

Permalink
Merge pull request #106 from manicmaniac/update-actions-artifacts
Browse files Browse the repository at this point in the history
update actions artifacts
  • Loading branch information
manicmaniac authored Jan 8, 2024
2 parents 5f8f469 + b92db5f commit 08a5452
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 116 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ jobs:
CC_TEST_REPORTER_ID: dummy # https://github.com/codeclimate/test-reporter/issues/495
- name: Format coverage
run: ./cc-test-reporter format-coverage --input-type simplecov --output 'codeclimate-${{ matrix.ruby-version }}.json'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverages
name: coverages-ruby-${{ matrix.ruby-version }}
path: codeclimate-${{ matrix.ruby-version }}.json
upload-coverage:
runs-on: ubuntu-22.04
needs: test
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: coverages
pattern: coverages-*
merge-multiple: true
- name: Install cc-test-reporter
run: |
curl -Lo cc-test-reporter https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/pkg/
/spec/reports/
/tmp/
/vendor/bundle
Gemfile.lock
111 changes: 0 additions & 111 deletions Gemfile.lock

This file was deleted.

1 change: 0 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"config:base"
],
"platformAutomerge": true,
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchUpdateTypes": [
Expand Down

0 comments on commit 08a5452

Please sign in to comment.