diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 0a1097d5..8dd31444 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -29,9 +29,9 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: "3.3" - - name: "Install Bashcov and Codecov" + - name: "Install Bashcov and simplecov-lcov" run: | - # Installing Bashcov and Codecov... + # Installing Bashcov and simplecov-lcov... gem install bashcov:3.1.2 simplecov-lcov - name: "Execute code coverage" id: "coverage"