Skip to content

Commit

Permalink
Add codecov support
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielboliveira committed Nov 6, 2018
1 parent 0907658 commit 11c3208
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# smpte.js

[![Build Status](https://travis-ci.com/fireworkweb/smpte.js.svg?branch=master)](https://travis-ci.com/fireworkweb/smpte.js)
[![codecov](https://codecov.io/gh/fireworkweb/smpte.js/branch/master/graph/badge.svg)](https://codecov.io/gh/fireworkweb/smpte.js)

Easily deal with Timecode SMPTE format.
Easily deal with Timecode SMPTE format in js. If you need a PHP lib, check out [fireworkweb/smpte.php](https://github.com/fireworkweb/smpte.php).

## Installation

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"lint": "eslint -c .eslintrc.prod.json --ext js src",
"lint:fix": "yarn lint --fix",
"prepublishOnly": "yarn test && yarn prod",
"test:base": "node_modules/mocha/bin/mocha --require babel-core/register",
"test:base": "mocha --require babel-core/register",
"test": "yarn test:base \"test/**/*.js\"",
"test:bail": "yarn test --bail",
"coverage": "nyc --reporter lcovonly mocha --require babel-core/register \"test/**/*.js\" && codecov",
"build": "yarn prod",
"start": "serve"
},
Expand All @@ -30,9 +31,11 @@
"babel-core": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"codecov": "^3.1.0",
"eslint": "^5.6.0",
"laravel-mix": "^2.1.14",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"serve": "^10.0.1"
},
"dependencies": {}
Expand Down
Loading

1 comment on commit 11c3208

@vercel
Copy link

@vercel vercel bot commented on 11c3208 Nov 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://smpte-js-qqmzdtqfet.now.sh to the following alias.

Please sign in to comment.