Skip to content

Commit

Permalink
Remove --doctests flag from coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Jan 10, 2023
1 parent 1563044 commit 06fe241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "**For full LLVM coverage report [click here](https://staticsitellvmhtml.z13.web.core.windows.net/$PR_NUMBER/html/)!**" > uncovered-lines.log
cargo llvm-cov \
--workspace --html --show-missing-lines --doctests --hide-instantiations \
--workspace --html --show-missing-lines --hide-instantiations \
--ignore-filename-regex "(tests.rs|mock.rs)"
UNCOVERED_LINES=$(cat uncovered-lines.log | sed "s|$(pwd)|.|")
Expand Down

0 comments on commit 06fe241

Please sign in to comment.