Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Allow up to a 0.01% drop in coverage
  • Loading branch information
zware committed Feb 11, 2017
commit 15b5a341519a3992fcae73f325e5486565cc9cc3
8 changes: 6 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ coverage:
round: down
status:
changes: false
patch: true
project: true
patch:
default:
threshold: 0.01
project:
default:
threshold: 0.01
parsers:
gcov:
branch_detection:
Expand Down