-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove verbose flag, change some @info to @debug
There is no point in Coverage.LCOV.readfolder and Coverage.clean_folder reporting every file they did *not* process; this just clogs up build logs, and almost always is useless; so change this from @info to @debug. Also, by default user won't want to know the JSON replies of Codecov and Coveralls, nor the exact URL we used to submit to Codecov, so change those from @info to @debug as well. On the other hand, knowing which files actually are being processed *is* useful, so add an @info message for that (I recently had an exception thrown in that code and had a hard time figuring out which file was being proceed, so this will help). Finally, get rid of the `verbose` keyword flag; instead, users can adjust the logging level to suppress or show various messages.
- Loading branch information
Showing
4 changed files
with
14 additions
and
25 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
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