Skip to content

Commit 2575471

Browse files
authored
Merge pull request #1703 from pafuent/adding_codecov_configuration
Adding Codecov configuration
2 parents 502cce2 + 61514f1 commit 2575471

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/echo.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'go.*'
1010
- '_fixture/**'
1111
- '.github/**'
12+
- 'codecov.yml'
1213
pull_request:
1314
branches:
1415
- master
@@ -17,6 +18,7 @@ on:
1718
- 'go.*'
1819
- '_fixture/**'
1920
- '.github/**'
21+
- 'codecov.yml'
2022

2123
jobs:
2224
test:

codecov.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
threshold: 1%
6+
patch:
7+
default:
8+
threshold: 1%
9+
10+
comment:
11+
require_changes: true

0 commit comments

Comments
 (0)