Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

codecov.yml 352 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. codecov:
  2. require_ci_to_pass: yes
  3. coverage:
  4. precision: 2
  5. round: down
  6. range: "70...100"
  7. status:
  8. project: yes
  9. patch: yes
  10. changes: no
  11. parsers:
  12. gcov:
  13. branch_detection:
  14. conditional: yes
  15. loop: yes
  16. method: no
  17. macro: no
  18. comment:
  19. layout: "reach,diff,flags,tree"
  20. behavior: default
  21. require_changes: no
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...