Skip to content

Commit afd4100

Browse files
committed
Attempt to filter codecov comments
1 parent cd80ef5 commit afd4100

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ coverage:
1616
default:
1717
target: auto
1818
threshold: 1%
19-
base: auto
19+
base: auto
2020
if_ci_failed: success
2121
informational: true
2222
only_pulls: true
@@ -25,6 +25,8 @@ comment:
2525
layout: "diff,flags,files"
2626
behavior: default
2727
require_changes: false
28+
paths:
29+
- "!**/*Editor.cs"
2830
require_base: true
2931
require_head: true
3032
after_n_builds: 1

0 commit comments

Comments
 (0)