Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
adding codecov to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevoss committed Dec 15, 2018
1 parent d0a0338 commit 69c8aa5
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Expand Up @@ -27,6 +27,10 @@ jobs:
name: Run tests
command: npm test

- run:
name: Uplodad code coverage
command: npm run codecov

- persist_to_workspace:
root: ~/repo
paths: .
Expand Down Expand Up @@ -60,4 +64,4 @@ workflows:
tags:
only: /^v.*/
branches:
ignore: /.*/
ignore: /.*/
1 change: 1 addition & 0 deletions README.md
@@ -1,5 +1,6 @@
# Form Wrapper JS
[![npm](https://img.shields.io/npm/v/form-wrapper-js.svg?style=shield)](https://www.npmjs.com/package/form-wrapper-js)
[![codecov](https://codecov.io/gh/Nevoss/form-wrapper-js/branch/master/graph/badge.svg)](https://codecov.io/gh/Nevoss/form-wrapper-js)
[![CircleCI](https://circleci.com/gh/Nevoss/form-wrapper-js.svg?style=shield)](https://circleci.com/gh/Nevoss/form-wrapper-js)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=shield)](https://github.com/prettier/prettier)

Expand Down
36 changes: 35 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
"test": "jest",
"build": "rollup -c",
"watch": "rollup -cw",
"codecov": "codecov",
"prepublishOnly": "npm run build"
},
"repository": {
Expand All @@ -34,6 +35,7 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.9",
"codecov": "^3.1.0",
"jest": "^23.6.0",
"prettier": "1.15.3",
"rollup": "^0.67.4",
Expand Down

0 comments on commit 69c8aa5

Please sign in to comment.