Skip to content

Commit

Permalink
Merge pull request #2533 from o1-labs/chore/codecov-ignore-docomments
Browse files Browse the repository at this point in the history
Ignore the doc comments for Codecov.
  • Loading branch information
dannywillems authored Sep 5, 2024
2 parents fbf0572 + 80d22a7 commit 2827058
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
# - https://github.com/rust-lang/rust/issues/79417
# - https://github.com/nextest-rs/nextest/issues/16
coverage:
ignore:
- "///.*" # Ignore outer line doc comments (///)
- "/\\*\\*.*\\*/" # Ignore outer block doc comments (/** ... */)
- "/\\*!.*\\*/" # Ignore inner block doc comments (/*! ... */)
- "//!.*" # Ignore inner line doc comments (//!)
status:
patch: off

0 comments on commit 2827058

Please sign in to comment.