We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a5ccc commit d00fdffCopy full SHA for d00fdff
1 file changed
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Generate coverage report
88
if: ${{ matrix.coverage }}
89
- run: rebar3 as test covertool generate
+ run: rebar3 covertool generate
90
91
- name: Upload coverage to Codecov
92
0 commit comments