Skip to content

Commit

Permalink
Uses Coveralls for test coverage
Browse files Browse the repository at this point in the history
* Removes Codacy

Closes #129
  • Loading branch information
JbIPS committed Nov 26, 2017
1 parent 00bad15 commit b0e7180
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [] - 2017-11-25
## [2.0.0] - 2017-11-25
### Changed
- GitHub batch fixes and optimization
- Code factorization
Expand Down Expand Up @@ -51,6 +51,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed
- Total rework of the philosphy

[]: https://github.com/silexlabs/unifile/compare/v1.2.0...v
[1.2.0]: https://github.com/silexlabs/unifile/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/silexlabs/unifile/compare/v1.0.0...v1.1.0
[2.0.0]: https://github.com/silexlabs/unifile/compare/v1.2.0...v
[1.2.0]: https://github.com/silexlabs/unifile/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/silexlabs/unifile/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unifile, unified access to cloud storage services.

[![Build Status](https://travis-ci.org/silexlabs/unifile.png?branch=master)](https://travis-ci.org/silexlabs/unifile) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/0aa235e2fa2f457b9e3f2d608ec608e3)](https://www.codacy.com/app/jeanbaptiste-richardet/unifile?utm_source=github.com&utm_medium=referral&utm_content=silexlabs/unifile&utm_campaign=Badge_Grade) [![Known Vulnerabilities](https://snyk.io/test/github/silexlabs/unifile/badge.svg)](https://snyk.io/test/github/silexlabs/unifile) [![bitHound Overall Score](https://www.bithound.io/github/silexlabs/unifile/badges/score.svg)](https://www.bithound.io/github/silexlabs/unifile)
[![Build Status](https://travis-ci.org/silexlabs/unifile.png?branch=master)](https://travis-ci.org/silexlabs/unifile) [![Coverage Status](https://coveralls.io/repos/github/silexlabs/unifile/badge.svg?branch=master)](https://coveralls.io/github/silexlabs/unifile?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/silexlabs/unifile/badge.svg)](https://snyk.io/test/github/silexlabs/unifile) [![bitHound Overall Score](https://www.bithound.io/github/silexlabs/unifile/badges/score.svg)](https://www.bithound.io/github/silexlabs/unifile)

Nodejs library to access cloud storage services with a common API.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"codacy-coverage": "^2.0.0",
"coveralls": "^3.0.0",
"docdash": "^0.4.0",
"eslint": "^4.1.1",
"ftp-srv": "^2.7.2",
Expand Down Expand Up @@ -61,7 +61,7 @@
"lint": "eslint test/*.js lib/*.js",
"cover": "nyc --reporter=lcov npm test",
"cover:check": "nyc check-coverage",
"cover:export": "cat ./coverage/lcov.info | codacy-coverage",
"cover:export": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"gen:docs": "jsdoc -R README.md -c jsdoc.json",
"preversion": "npm test && npm run lint && npm run gen:docs",
"version": "LIB_VERSION=$(env | grep npm_package_version | grep -v script | cut -d= -f2); sed -e \"s/Unreleased/$LIB_VERSION/\" -e \"s/HEAD/v$LIB_VERSION/\" -e \"/^## \\[$LIB_VERSION/ s/$/ - $(date +%Y-%m-%d)/\" CHANGELOG.md -i && git add docs CHANGELOG.md package.json",
Expand Down

0 comments on commit b0e7180

Please sign in to comment.