Skip to content

Commit dc634fb

Browse files
committed
Shift cargo mutants inclusion files to be within the core module
After payjoin#746 was merged a small path discrepency was created with the core module now being the direct path to all the src modules. This Pr simply adds core/ into the path so that cargo mutants has the correct path to find those modules.
1 parent d802c9d commit dc634fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/mutants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
additional_cargo_args = ["--all-features"]
2-
examine_globs = ["payjoin/src/uri/*.rs", "payjoin/src/receive/**/*.rs", "payjoin/src/send/**/*.rs"]
2+
examine_globs = ["payjoin/src/core/uri/*.rs", "payjoin/src/core/receive/**/*.rs", "payjoin/src/core/send/**/*.rs"]
33
exclude_globs = []
44
exclude_re = [
55
"impl Debug",

0 commit comments

Comments
 (0)