Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
numba
GitHub Repository: numba/llvmlite
Path: blob/main/codecov.yml
1154 views
1
# Configuration for codecov.io
2
# When editing this file, please validate its contents using:
3
# curl -X POST --data-binary @- https://codecov.io/validate < codecov.yml
4
5
comment:
6
layout: "header, diff, changes, uncovered"
7
8
coverage:
9
ignore:
10
- "numba/cuda/.*"
11
- "numba/hsa/.*"
12
13
status:
14
# This check can mark a build failed if too much new code
15
# is not covered (which happens often with JITted functions).
16
patch: false
17
project:
18
default:
19
# The build fails if total project coverage drops by more than 3%
20
target: auto
21
threshold: "3%"
22
23