Skip to content

Commit

Permalink
Before this commit a token was found
Browse files Browse the repository at this point in the history
  • Loading branch information
famura committed Mar 21, 2024
1 parent 267e90c commit 659d42a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# The official docs
# https://docs.codecov.io/docs/codecov-yaml
# https://docs.codecov.com/docs/common-recipe-list

# Check if this file is valid
# cd PATH_TO/sbi/.github
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate

ignore:
- "sbi/examples"

coverage:
status:
project:
default:
target: 70% # the required coverage value
threshold: 2% # allow the coverage to drop by X%, and posting a success status
if_ci_failed: error # will set the status to success only if the CI is successful, alternative: success
patch: # about the individual commit
default:
target: 50% # minimum coverage ratio that the commit must meet to be considered a success
threshold: 2% # allow the coverage to drop by X%, and posting a success status
if_ci_failed: error # will set the status to success only if the CI is successful, alternative: success

comment:
layout: "diff, flags, files"
behavior: default # update if exists, otherwise post new
require_changes: false # if true, only post the comment if coverage changes

0 comments on commit 659d42a

Please sign in to comment.