-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6d4b45
commit ed1cb3a
Showing
21 changed files
with
726 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"coverage": { | ||
"member1/member2/src/lib.rs": { | ||
"1": "2/3", | ||
"2": "1/2", | ||
"3": "1/2", | ||
"4": "0/2", | ||
"5": "0/2", | ||
"6": "0/2", | ||
"8": "1/2" | ||
}, | ||
"member1/src/lib.rs": { | ||
"1": "2/3", | ||
"2": "1/2", | ||
"3": "1/2", | ||
"4": "0/2", | ||
"5": "0/2", | ||
"6": "0/2", | ||
"8": "1/2" | ||
}, | ||
"src/lib.rs": { | ||
"1": "1/1", | ||
"11": "1/1", | ||
"13": "1/1", | ||
"14": "1/1", | ||
"15": "1/1", | ||
"16": "1/1", | ||
"17": "1/1", | ||
"18": "1/1", | ||
"19": "1/1", | ||
"4": "1/1", | ||
"5": "1/1", | ||
"6": "0/1", | ||
"7": "1/1", | ||
"8": "0/1", | ||
"9": "1/1" | ||
}, | ||
"src/tests/mod.rs": { | ||
"10": "1/1", | ||
"11": "1/1", | ||
"12": "1/1", | ||
"13": "1/1", | ||
"14": "1/1", | ||
"15": "1/1", | ||
"9": "1/1" | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
tests/fixtures/coverage-reports/real1/exclude.codecov.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"coverage": { | ||
"member1/member2/src/lib.rs": { | ||
"1": "1/2", | ||
"2": "0/1", | ||
"3": "0/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "0/1" | ||
}, | ||
"member1/src/lib.rs": { | ||
"1": "1/2", | ||
"2": "0/1", | ||
"3": "0/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "0/1" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
tests/fixtures/coverage-reports/real1/manifest_path.codecov.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"coverage": { | ||
"member1/member2/src/lib.rs": { | ||
"1": "1/2", | ||
"2": "0/1", | ||
"3": "0/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "0/1" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
tests/fixtures/coverage-reports/real1/package1.codecov.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"coverage": { | ||
"member1/member2/src/lib.rs": { | ||
"1": "1/2", | ||
"2": "0/1", | ||
"3": "0/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "0/1" | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
tests/fixtures/coverage-reports/real1/workspace_root.codecov.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"coverage": { | ||
"member1/member2/src/lib.rs": { | ||
"1": "1/1", | ||
"2": "1/1", | ||
"3": "1/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "1/1" | ||
}, | ||
"member1/src/lib.rs": { | ||
"1": "1/1", | ||
"2": "1/1", | ||
"3": "1/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "1/1" | ||
}, | ||
"src/lib.rs": { | ||
"1": "1/1", | ||
"11": "1/1", | ||
"13": "1/1", | ||
"14": "1/1", | ||
"15": "1/1", | ||
"16": "1/1", | ||
"17": "1/1", | ||
"18": "1/1", | ||
"19": "1/1", | ||
"4": "1/1", | ||
"5": "1/1", | ||
"6": "0/1", | ||
"7": "1/1", | ||
"8": "0/1", | ||
"9": "1/1" | ||
}, | ||
"src/tests/mod.rs": { | ||
"10": "1/1", | ||
"11": "1/1", | ||
"12": "1/1", | ||
"13": "1/1", | ||
"14": "1/1", | ||
"15": "1/1", | ||
"9": "1/1" | ||
} | ||
} | ||
} |
60 changes: 60 additions & 0 deletions
60
tests/fixtures/coverage-reports/virtual1/exclude-from-report1.codecov.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"coverage": { | ||
"member1/src/lib.rs": { | ||
"1": "2/2", | ||
"10": "1/1", | ||
"11": "1/1", | ||
"12": "1/1", | ||
"13": "1/1", | ||
"14": "1/1", | ||
"15": "1/1", | ||
"16": "1/1", | ||
"17": "1/1", | ||
"2": "1/1", | ||
"3": "0/1", | ||
"4": "1/1", | ||
"5": "0/1", | ||
"6": "1/1", | ||
"8": "1/1" | ||
}, | ||
"member2/member3/src/lib.rs": { | ||
"1": "2/3", | ||
"2": "1/2", | ||
"3": "1/2", | ||
"4": "0/2", | ||
"5": "0/2", | ||
"6": "0/2", | ||
"8": "1/2" | ||
}, | ||
"member2/src/lib.rs": { | ||
"1": "2/3", | ||
"10": "1/2", | ||
"11": "1/2", | ||
"12": "1/2", | ||
"13": "0/2", | ||
"14": "1/2", | ||
"15": "0/2", | ||
"17": "1/2", | ||
"19": "1/1", | ||
"2": "1/2", | ||
"20": "1/1", | ||
"21": "1/1", | ||
"22": "1/1", | ||
"23": "1/1", | ||
"3": "1/2", | ||
"4": "0/2", | ||
"5": "0/2", | ||
"6": "0/2", | ||
"8": "1/2" | ||
}, | ||
"member2/src/member4/src/lib.rs": { | ||
"1": "2/3", | ||
"2": "1/2", | ||
"3": "1/2", | ||
"4": "0/2", | ||
"5": "0/2", | ||
"6": "0/2", | ||
"8": "1/2" | ||
} | ||
} | ||
} |
60 changes: 60 additions & 0 deletions
60
tests/fixtures/coverage-reports/virtual1/exclude-from-report2.codecov.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"coverage": { | ||
"member1/src/lib.rs": { | ||
"1": "2/2", | ||
"10": "1/1", | ||
"11": "1/1", | ||
"12": "1/1", | ||
"13": "1/1", | ||
"14": "1/1", | ||
"15": "1/1", | ||
"16": "1/1", | ||
"17": "1/1", | ||
"2": "1/1", | ||
"3": "0/1", | ||
"4": "1/1", | ||
"5": "0/1", | ||
"6": "1/1", | ||
"8": "1/1" | ||
}, | ||
"member2/member3/src/lib.rs": { | ||
"1": "2/3", | ||
"2": "1/2", | ||
"3": "1/2", | ||
"4": "0/2", | ||
"5": "0/2", | ||
"6": "0/2", | ||
"8": "1/2" | ||
}, | ||
"member2/src/lib.rs": { | ||
"1": "2/3", | ||
"10": "1/2", | ||
"11": "1/2", | ||
"12": "1/2", | ||
"13": "0/2", | ||
"14": "1/2", | ||
"15": "0/2", | ||
"17": "1/2", | ||
"19": "1/1", | ||
"2": "1/2", | ||
"20": "1/1", | ||
"21": "1/1", | ||
"22": "1/1", | ||
"23": "1/1", | ||
"3": "1/2", | ||
"4": "0/2", | ||
"5": "0/2", | ||
"6": "0/2", | ||
"8": "1/2" | ||
}, | ||
"member2/src/member4/src/lib.rs": { | ||
"1": "2/3", | ||
"2": "1/2", | ||
"3": "1/2", | ||
"4": "0/2", | ||
"5": "0/2", | ||
"6": "0/2", | ||
"8": "1/2" | ||
} | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
tests/fixtures/coverage-reports/virtual1/exclude-from-test1.codecov.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"coverage": { | ||
"member2/member3/src/lib.rs": { | ||
"1": "1/2", | ||
"2": "0/1", | ||
"3": "0/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "0/1" | ||
}, | ||
"member2/src/lib.rs": { | ||
"1": "1/2", | ||
"10": "1/1", | ||
"11": "1/1", | ||
"12": "1/1", | ||
"13": "0/1", | ||
"14": "1/1", | ||
"15": "0/1", | ||
"17": "1/1", | ||
"19": "1/1", | ||
"2": "0/1", | ||
"20": "1/1", | ||
"21": "1/1", | ||
"22": "1/1", | ||
"23": "1/1", | ||
"3": "0/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "0/1" | ||
}, | ||
"member2/src/member4/src/lib.rs": { | ||
"1": "1/2", | ||
"2": "0/1", | ||
"3": "0/1", | ||
"4": "0/1", | ||
"5": "0/1", | ||
"6": "0/1", | ||
"8": "0/1" | ||
} | ||
} | ||
} |
Oops, something went wrong.