We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 502cce2 + 61514f1 commit 2575471Copy full SHA for 2575471
.github/workflows/echo.yml
@@ -9,6 +9,7 @@ on:
9
- 'go.*'
10
- '_fixture/**'
11
- '.github/**'
12
+ - 'codecov.yml'
13
pull_request:
14
branches:
15
- master
@@ -17,6 +18,7 @@ on:
17
18
19
20
21
22
23
jobs:
24
test:
codecov.yml
@@ -0,0 +1,11 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ threshold: 1%
6
+ patch:
7
8
+
+comment:
+ require_changes: true
0 commit comments