forked from unicode-org/icu4x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
15 lines (13 loc) · 444 Bytes
/
Copy pathcodecov.yml
File metadata and controls
15 lines (13 loc) · 444 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is part of ICU4X. For terms of use, please see the file
# called LICENSE at the top level of the ICU4X source tree
# (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).
ignore:
- "/*"
- "C:/*"
- "../*"
- "**/tests/**/*"
- "**/benches/**/*"
- "**/examples/**/*"
# Disable Codecov action from leaving comments on PRs
# https://docs.codecov.com/docs/pull-request-comments#disable-comment
comment: false