Skip to content

Commit

Permalink
Code cov config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 6, 2021
1 parent 99de81a commit 9cf1577
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Reference: https://docs.codecov.com/docs/codecovyml-reference
# ----------------------
codecov:
require_ci_to_pass: true

# Coverage configuration
# ----------------------
coverage:
status:
patch: false
range: 70..90 # First number represents red, and second represents green
# (default is 70..100)
round: down # up, down, or nearest
precision: 2 # Number of decimal places, between 0 and 5

# Ignoring Paths
# --------------
# which folders/files to ignore
ignore:
- "*/.make/.*"
- "*/.github/.*"
- "*/examples/.*"

# Parsers
# --------------
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

# Pull request comments:
# ----------------------
# Diff is the Coverage Diff of the pull request.
# Files are the files impacted by the pull request
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: false

0 comments on commit 9cf1577

Please sign in to comment.