From 7f3ec9641f459695a881cc7e0b73b4c7dcd57db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas?= Date: Sat, 26 Aug 2023 23:55:52 -0300 Subject: [PATCH] Create codecov.yml --- codecov.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..9cdea8f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,29 @@ +# For more configuration details: +# https://docs.codecov.io/docs/codecov-yaml + +# Check if this file is valid by running in bash: +# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate + +# 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: +# - */tests/.* + +# Pull request comments: +# ---------------------- +# Diff is the Coverage Diff of the pull request. +# Files are the files impacted by the pull request +comment: + layout: diff, files # accepted in any order: reach, diff, flags, and/or files