-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplements the cbicov script as one with support for multiple commands, exposing the previous default behavior of the cbicov prototype via the "cbicov compute" command. The new command also defaults to an output file called "coverage.json", since this filename was used by 99% of all cbicov invocations in our testing. Although slightly more complicated, switching to a command-based implementation will enable us to add more commands related to coverage (e.g., converting between coverage formats, visualizing coverage, etc) without needing to create dedicated command-line interfaces for each. Signed-off-by: John Pennycook <[email protected]>
- Loading branch information
Showing
2 changed files
with
92 additions
and
37 deletions.
There are no files selected for viewing
Empty file.
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