qmcpack/codecov.yaml

24 lines
454 B
YAML
Raw Normal View History

# Configuration file for codecov reporting code coverage
2021-04-09 09:28:47 +08:00
# Percentage drop allowed
2021-04-09 10:31:54 +08:00
coverage:
status:
project:
default:
threshold: 0.5%
2021-04-09 04:51:46 +08:00
# Disable codecov comments in every PR
comment: off
# Ignore testing directory itself
ignore:
- "external_codes"
- "tests"
2021-04-13 09:49:17 +08:00
- "src/*/tests"
- "src/*/*/tests"
# Fixes report prefix paths from CI dynamic coverage action
# from https://docs.codecov.io/docs/fixing-paths
fixes:
- "/__w/::"