Skip to content

Commit

Permalink
chore: ignore @coverage.end for coverage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored and lynzrand committed Jan 22, 2025
1 parent 15583d4 commit 9dea38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coverage/coverage.mbt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl Output for StringBuilder with output(self, content) -> Unit {
/// }
/// ----- END MOONBIT COVERAGE -----
/// ```
/// @coverage.skip
pub fn end() -> Unit {
println("----- BEGIN MOONBIT COVERAGE -----")
let sbuf = StringBuffer::StringBuffer([])
Expand Down

0 comments on commit 9dea38b

Please sign in to comment.