Skip to content

Commit

Permalink
Implement the Codecov configuration file
Browse files Browse the repository at this point in the history
It sets the default branch from "master" to "develop" and enables
partials analysis which is available through Codecov for JavaScript
sources.

GH-44
  • Loading branch information
arcticicestudio committed Nov 25, 2018
1 parent e6afab4 commit 15a9783
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (C) 2018-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2018-present Sven Greb <[email protected]>
#
# Project: Nord Docs
# Repository: https://github.com/arcticicestudio/nord-docs
# License: MIT

# Configuration for Codecov.
#
# References:
# - https://docs.codecov.io/docs/codecov-yaml
# - https://docs.codecov.io/docs/node

codecov:
branch: develop

parsers:
javascript:
enable_partials: yes

0 comments on commit 15a9783

Please sign in to comment.