Skip to content

RackHD/on-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18ca802 · Jul 6, 2018
Aug 23, 2017
Jul 3, 2018
Jul 3, 2018
Sep 15, 2016
Jan 6, 2017
Aug 30, 2016
May 25, 2017
Apr 24, 2018
Apr 10, 2018
Sep 17, 2015
Jun 27, 2016
Sep 28, 2017
Sep 29, 2017
Jan 13, 2016
Oct 6, 2016
Jul 6, 2018
Jul 6, 2018
Jan 20, 2017
Jul 6, 2018

Repository files navigation

on-tasks Build Status Code Climate Coverage Status

'on-tasks' are the job code, libraries and definitions (meant as a library of tasks) to be loaded and run by task graphs as needed.

Copyright 2015, EMC, Inc.

installation

rm -rf node_modules
npm install

CI/testing

To run tests from a developer console:

npm test

To run tests and get coverage for CI:

# verify hint/style
./node_modules/.bin/jshint -c .jshintrc --reporter=checkstyle lib index.js > checkstyle-result.xml || true
./node_modules/.bin/istanbul cover -x "**/spec/**" _mocha -- $(find spec -name '*-spec.js') -R xunit-file --require spec/helper.js
./node_modules/.bin/istanbul report cobertura
# if you want HTML reports locally
./node_modules/.bin/istanbul report html

Licensing

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

RackHD is a Trademark of Dell EMC