Skip to content

Commit

Permalink
Update base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jul 31, 2024
1 parent 8b878bc commit 2b56e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2b56e74

Please sign in to comment.