Skip to content

Commit 6b8601c

Browse files
committed
Merge pull request #176 from sourceryinstitute/codecov-settings-migrate
Migrate to codecov.yml
2 parents a82eabd + 34809bd commit 6b8601c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

codecov.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
comment:
2+
layout: header, changes, diff, sunburst
3+
coverage:
4+
ignore:
5+
- src/tests
6+
- src/single
7+
- src/gasnet
8+
- src/mpi_cuda
9+
- src/armci
10+
notify:
11+
gitter:
12+
default:
13+
branches:
14+
- master
15+
threshold: '0.1'
16+
url: https://webhooks.gitter.im/e/cd081feecb000a89d36b
17+
slack:
18+
default:
19+
branches:
20+
- master
21+
threshold: '0.01'
22+
url: https://hooks.slack.com/services/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
23+
status:
24+
patch: false
25+
project:
26+
default:
27+
branches:
28+
- master
29+
- devel
30+
target: auto
31+

0 commit comments

Comments
 (0)