-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print files not found as errors instead of stack trace
Description: - Fix #53 - Shift exit codes to start at 3 - Add new exit code (6) for exclusion scan failure
- Loading branch information
1 parent
8e33ef9
commit 6d2aec3
Showing
4 changed files
with
134 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"sources": { | ||
"/missing/source2.cpp": { | ||
"": { | ||
"functions": { | ||
"_Z3barbii": { | ||
"start_line": 3, | ||
"execution_count": 10 | ||
} | ||
}, | ||
"branches": {}, | ||
"lines": { | ||
"3": 10, | ||
"5": 10, | ||
"6": 10, | ||
"8": 0 | ||
} | ||
} | ||
}, | ||
"/missing/source1.cpp": { | ||
"": { | ||
"functions": { | ||
"_Z3foob": { | ||
"start_line": 3, | ||
"execution_count": 1 | ||
} | ||
}, | ||
"branches": {}, | ||
"lines": { | ||
"3": 1, | ||
"5": 1, | ||
"7": 1001, | ||
"8": 1000, | ||
"10": 1000, | ||
"11": 0, | ||
"14": 1 | ||
} | ||
} | ||
} | ||
} | ||
} |
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