5 lines
258 B
YAML
5 lines
258 B
YAML
ignore:
|
|
- "lib/third_party" # Third party libraries should be ignored
|
|
- "lib/external" # Our own libraries should be checked in their own repositories
|
|
- "tests" # https://about.codecov.io/blog/should-i-include-test-files-in-code-coverage-calculations/
|