Skip to content

Commit 91b99a4

Browse files
authored
add codecov setting (#198)
1 parent 5fa03f4 commit 91b99a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# https://docs.codecov.io/docs/codecovyml-reference
2+
3+
# We have
4+
# * 4 workflows for each AD backends
5+
# * 1 separate workflow for non-AD tests
6+
# * 3 operating systems
7+
# * 2 Julia versions
8+
# In total this is 3 x 2 x (4 + 1) = 30 tests
9+
codecov:
10+
branch: main
11+
notify:
12+
after_n_builds: 30
13+
comment:
14+
after_n_builds: 30

0 commit comments

Comments
 (0)