Add 2 files
Browse files- codecov.yml +19 -0
- images/coloradvice.png +3 -0
codecov.yml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TODO(bcoe): re-enable coverage report comments, once we can figure out
|
2 |
+
# how to make them more accurate for the Node.js project,
|
3 |
+
# See: https://github.com/nodejs/node/issues/35759
|
4 |
+
comment: false
|
5 |
+
# # Only show diff and files changed:
|
6 |
+
# layout: "diff, files"
|
7 |
+
# # Don't post if no changes in coverage:
|
8 |
+
# require_changes: true
|
9 |
+
|
10 |
+
codecov:
|
11 |
+
branch: main
|
12 |
+
notify:
|
13 |
+
# Wait for all coverage builds:
|
14 |
+
after_n_builds: 2
|
15 |
+
|
16 |
+
coverage:
|
17 |
+
status:
|
18 |
+
project: off
|
19 |
+
patch: off
|
images/coloradvice.png
ADDED
![]() |
Git LFS Details
|