Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Carreira <adrien.carreira@ovhcloud.com>
  • Loading branch information
Adrien Carreira committed Sep 15, 2021
1 parent acbc968 commit 946f176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: llvm-cov
args: --doc --lcov --output-path lcov.info
args: --doctests --lcov --output-path lcov.info
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 946f176

Please sign in to comment.