# Configuration for codecov.io1# When editing this file, please validate its contents using:2# curl -X POST --data-binary @- https://codecov.io/validate < codecov.yml34comment:5layout: "header, diff, changes, uncovered"67coverage:8ignore:9- "numba/cuda/.*"10- "numba/hsa/.*"1112status:13# This check can mark a build failed if too much new code14# is not covered (which happens often with JITted functions).15patch: false16project:17default:18# The build fails if total project coverage drops by more than 3%19target: auto20threshold: "3%"212223