Files
3Dmol.js/codecov.yml
2023-08-31 10:39:11 -04:00

19 lines
378 B
YAML

coverage:
status:
project:
default:
# basic
target: auto
threshold: 0.05%
base: auto
flags:
- unit
paths:
- "src"
# advanced settings
branches:
- master
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false