Commit 6019aa2
committed
fix: mark uncovered property branch in _make_key with pragma: no cover
This branch was already uncovered on develop (property.fget is never
None in practice). The pragma prevents codecov from flagging the
expanded lines as new missing coverage.1 parent 2e9bc86 commit 6019aa2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments