diff options
author | 2021-05-17 15:14:22 -0700 | |
---|---|---|
committer | 2021-05-17 15:14:22 -0700 | |
commit | b627e361379b89802df4930abbc64ce26bd8f323 (patch) | |
tree | 90e48cb38da07f4b431be463c2c72fd887a891c7 /.codecov.yml | |
parent | 3db7a7fc8ab9efc1cdb88dcfd3b974581c203236 (diff) | |
download | sally-b627e361379b89802df4930abbc64ce26bd8f323.tar.gz sally-b627e361379b89802df4930abbc64ce26bd8f323.tar.zst sally-b627e361379b89802df4930abbc64ce26bd8f323.zip |
Set up CI (#45)
Set up CI with GitHub actions.
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..b3da3cb --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,14 @@ +coverage: + range: 80..100 + round: down + precision: 2 + + status: + project: # measuring the overall project coverage + default: # context, you can create multiple ones with custom titles + enabled: yes # must be yes|true to enable this status + target: 40% # specify the target coverage for each commit status + # option: "auto" (must increase from parent commit or pull request base) + # option: "X%" a static target percentage to hit + if_not_found: success # if parent is not found report status as success, error, or failure + if_ci_failed: error # if ci fails report status as success, error, or failure |