Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

☂️ Added Codecov configuration file #339

Merged
merged 1 commit into from
Nov 23, 2023
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
28 changes: 28 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
codecov:
require_ci_to_pass: true
comment:
behavior: default
layout: reach,diff,flags,files,footer
require_changes: false
coverage:
precision: 2
range: 70..100
round: down
status:
patch:
default:
base: auto
target: 95%
threshold: 0.5%
project:
default:
base: auto
target: 95%
threshold: 0.5%
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false