Skip to content

Commit

Permalink
ci: fix coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 3, 2021
1 parent 8a5df75 commit f62d05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: llvm-cov
args: --features "wrap_help yaml regex unstable-replace unstable-multicall unstable-grouped" --lcov --output-path lcov.info
args: --lcov --output-path lcov.info

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit f62d05e

Please sign in to comment.