Skip to content

Commit

Permalink
[CI][NO-REF] - adding codecov yaml file, ignoring core module
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanaulla committed Mar 23, 2018
1 parent 9aa1e82 commit c203eb2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
command: "sbt universeTest"
- run:
name: Codecov uploader
command: "bash <(curl -s https://codecov.io/bash)"
command: "bash <(curl -s --data-binary codecov.yml https://codecov.io/bash)"
workflows:
version: 2
test:
Expand Down
23 changes: 23 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
# This codecov.yml is the default configuration for
# all repositories on Codecov. You may adjust the settings
# below in your own codecov.yml in your repository.
#
coverage:
precision: 2
round: down
range: 70...100

status:
# Learn more at http://docs.codecov.io/docs/codecov-yaml
project: true
patch: true
changes: false

ignore:
# files and folders that will be removed during processing
- "core/*"

comment:
layout: "header, diff"
behavior: default # update if exists else create new

0 comments on commit c203eb2

Please sign in to comment.