From 0ea5bc456aa56ed53df6bb3617c595db06dc1333 Mon Sep 17 00:00:00 2001 From: DerekRiversSage Date: Tue, 15 Aug 2023 12:09:18 +0000 Subject: [PATCH] wip - code coverage github actions config --- .github/workflows/ci.yml | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14ab653..1b462bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: coverageLocations: | - ${{github.workspace}}/coverage/.resultset.json:simplecov + ${{github.workspace}}/coverage/.coverage.json:simplecov publish: needs: test if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/build-') diff --git a/Gemfile b/Gemfile index a54cc9e..8a2099a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' ruby '~> 3.2' -gem 'simplecov', require: false, group: :test +gem 'simplecov', '0.21.2', require: false, group: :test gemspec