forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
22 lines (20 loc) · 909 Bytes
/
codecov.yml
File metadata and controls
22 lines (20 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ignore:
- tests/PHPStan/ # Static analysis rules — not exercised by PHPUnit
- tests/Rector/ # Rector rules — run outside PHPUnit coverage
- tests/eventdispatcher/ # Example modules for documentation
# Strip environment-specific path prefixes from coverage reports so Codecov
# can match them to repository files. See https://docs.codecov.com/docs/fixing-paths
fixes:
- '/var/www/localhost/htdocs/openemr/::' # Apache Docker container
- '/usr/share/nginx/html/openemr/::' # nginx Docker container
- '/home/runner/work/openemr/openemr/::' # GitHub Actions runner (isolated tests)
coverage:
status:
project:
default:
target: 4% # Require at least 4% overall project coverage
threshold: 0 # No tolerance below the 4% target
patch:
default:
target: 0% # New code doesn't need any coverage
threshold: 0