Skip to content

Commit 15a9783

Browse files
Implement the Codecov configuration file
It sets the default branch from "master" to "develop" and enables partials analysis which is available through Codecov for JavaScript sources. GH-44
1 parent e6afab4 commit 15a9783

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.codecov.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright (C) 2018-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2018-present Sven Greb <[email protected]>
3+
#
4+
# Project: Nord Docs
5+
# Repository: https://github.com/arcticicestudio/nord-docs
6+
# License: MIT
7+
8+
# Configuration for Codecov.
9+
#
10+
# References:
11+
# - https://docs.codecov.io/docs/codecov-yaml
12+
# - https://docs.codecov.io/docs/node
13+
14+
codecov:
15+
branch: develop
16+
17+
parsers:
18+
javascript:
19+
enable_partials: yes

0 commit comments

Comments
 (0)