Skip to content

Commit

Permalink
[INTERNAL] Add coveralls and dm-badges
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jun 26, 2018
1 parent cf31112 commit 0fb9132
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 47 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ language: node_js # don't install any environment
node_js:
- "8"
- "10"

after_script:
- npm run report-coveralls
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
> Part of the [UI5 Build and Development Tooling](https://github.com/SAP/ui5-tooling)
[![Travis CI Build Status](https://travis-ci.org/SAP/ui5-project.svg?branch=master)](https://travis-ci.org/SAP/ui5-project)
[![npm Package Version](https://img.shields.io/npm/v/@ui5/project.svg)](https://www.npmjs.com/package/@ui5/project)
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fproject.svg)](https://www.npmjs.com/package/@ui5/project)
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-project/badge.svg)](https://coveralls.io/github/SAP/ui5-project)
[![Dependency Status](https://david-dm.org/SAP/ui5-project/master.svg)](https://david-dm.org/SAP/ui5-project/master)
[![devDependency Status](https://david-dm.org/SAP/ui5-project/master/dev-status.svg)](https://david-dm.org/SAP/ui5-project/master#info=devDependencies)

**This is an alpha release!**
**The UI5 Build and Development Tooling described here is not intended for productive use yet. Breaking changes are to be expected.**
Expand Down
95 changes: 50 additions & 45 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"preversion": "npm test",
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version"
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
"report-coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"ava": {
"files": [
Expand Down Expand Up @@ -96,6 +97,7 @@
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.1",
"docdash": "^0.4.0",
"eslint": "^4.13.1",
"eslint-config-google": "^0.9.1",
Expand Down

0 comments on commit 0fb9132

Please sign in to comment.