We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b5ce7 commit 1806517Copy full SHA for 1806517
1 file changed
.github/workflows/coverage.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
ruby-version: '3.0'
16
- name: Install dependencies
17
- run: gem install test-unit
+ run: gem install test-unit coveralls
18
- name: Run test
19
env:
20
COVERALLS: "yes"
0 commit comments