diff --git a/.github/workflows/test_docker_image.yml b/.github/workflows/test_docker_image.yml index 5fbc2982..029af5a0 100644 --- a/.github/workflows/test_docker_image.yml +++ b/.github/workflows/test_docker_image.yml @@ -52,10 +52,9 @@ jobs: uses: codecov/codecov-action@v4-beta env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - CC_TEST_REPORTER_ID: minituff with: fail_ci_if_error: true - file: coverage/.resultset.json + file: coverage/coverage.json - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.simplecov b/.simplecov index 0d0b033d..a6f4fa84 100644 --- a/.simplecov +++ b/.simplecov @@ -4,7 +4,9 @@ require "simplecov_json_formatter" # frozen_string_literal: true +# Converts the `.resultset.json` to `coverage.json` SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter + # .simplecov SimpleCov.start 'rails' do # any custom configs like groups and filters can be here at a central place