Skip to content

Commit

Permalink
Update coverage-run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Feb 18, 2024
1 parent 9f8d05f commit 12d7bac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/coverage/no_spans.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
LL| |}
LL| |
LL| |macro_that_defines_a_function! {
LL| | fn affected_function() {
LL| 1| fn affected_function() {
LL| 1| || ()
LL| | }
LL| |}
Expand Down
8 changes: 4 additions & 4 deletions tests/coverage/no_spans_if_not.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
LL| |}
LL| |
LL| |macro_that_defines_a_function! {
LL| | fn affected_function() {
LL| | if !false {
LL| | ()
LL| 1| fn affected_function() {
LL| 1| if !false {
LL| 1| ()
LL| | } else {
LL| | ()
LL| 0| ()
LL| | }
LL| | }
LL| |}
Expand Down

0 comments on commit 12d7bac

Please sign in to comment.