forked from awslabs/aws-athena-query-federation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
21 lines (19 loc) · 647 Bytes
/
codecov.yml
File metadata and controls
21 lines (19 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
codecov:
# Documentation: https://docs.codecov.com/docs/codecovyml-reference#codecov
# Always Validate the file before submitting a PR as follows:
# curl --data-binary @codecov.yml https://codecov.io/validate
token: ${{ secrets.CODECOV_TOKEN }}
branch: master
coverage:
precision: 2
round: down
range: "70...100" #https://docs.codecov.com/docs/coverage-configuration#section-range
status:
#https://docs.codecov.com/docs/commit-status
project:
default:
target: auto
patch:
default:
target: auto
threshold: 50% # Meaning this will be half of the required total coverage precentage