Skip to content

Commit

Permalink
Fix CI coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
atroxaper committed Feb 24, 2023
1 parent ac7b983 commit f026995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install App::Prove6
run: zef install --/test App::Prove6
- name: Install App::Racoco::Report::ReporterCoveralls
run: zef install --/test App::Racoco::Report::ReporterCoveralls:auth<zef:atroxaper>
run: zef install --/test 'App::Racoco::Report::ReporterCoveralls:auth<zef:atroxaper>'
- name: Run RaCoCo
run: raku -Ilib bin/racoco --reporter=coveralls --exec='prove6 t xt'
env:
Expand Down

0 comments on commit f026995

Please sign in to comment.