Skip to content

Commit

Permalink
refactor(Simplify coveralls upload): Save lcov.info to root of covera…
Browse files Browse the repository at this point in the history
…ge directory

Also added a few badges to the readme
  • Loading branch information
Codeship Server committed Feb 23, 2016
1 parent 8574d89 commit 21179e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Native AngularJS directive that allows user input of a date/time value. Valid da
[![devDependency Status](https://david-dm.org/dalelotts/angular-date-time-input/dev-status.svg)](https://david-dm.org/dalelotts/angular-date-time-input#info=devDependencies)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

[![PayPal donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=F3FX5W6S2U4BW&lc=US&item_name=Dale%20Lotts&item_number=angular%2dbootstrap%2ddatetimepicker&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted "Donate one-time to this project using Paypal")
<a href="https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&amp;text=Check%20out%20this%20%23AngularJS%20directive%20that%20makes%20it%20dead%20simple%20for%20users%20to%input%20dates%20%26%20times&amp;tw_p=tweetbutton&amp;url=https%3A%2F%2Fgithub.com%2Fdalelotts%2Fangular-date-time-input&amp;via=dalelotts" target="_blank">
<img src="http://jpillora.com/github-twitter-button/img/tweet.png"></img>
</a>

#Dependencies

Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = function (config) {
// optionally, configure the reporter
coverageReporter: {
reporters: [
{type: 'lcov', dir: 'build/coverage'},
{type: 'lcov', dir: 'build/coverage', subdir: '.'},
{type: 'json', dir: 'build/coverage'},
{type: 'html', dir: 'build/coverage'}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"scripts": {
"test": "npm run test-browserify && gulp",
"coverage:upload": "cat build/coverage/*/lcov.info | coveralls",
"coverage:upload": "cat build/coverage/lcov.info | coveralls",
"test-browserify": "run-browser test/commonjs/browserify.test.js -b",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down

0 comments on commit 21179e6

Please sign in to comment.