Skip to content

Commit

Permalink
Ignore doc comments for Codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Sep 5, 2024
1 parent daa25c9 commit 80d22a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# - https://github.com/nextest-rs/nextest/issues/16
coverage:
ignore:
# Ignore lines that start with Rust doc comments (///)
- "///.*"
- "///.*" # 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 80d22a7

Please sign in to comment.