dbotia / proy1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proy1

Travis-CI: Build Status Sonar: Bugs Code Smells Coverage Lines of Code Quality Gate Status Technical Debt Node.js CI

Implementation of a Simple Calculator with the next operations:

  • Add
  • Minus
  • Multiply
  • Divide

Including integration with Travis CI, Sonarqube (SonarCloud), Coveralls and Snyk

Folders Structure

In the folder app is located the main code of the app

In the folder test is located the unit tests

How to install it

Execute:

$ npm init

to download the node dependencies

How to test it

Execute:

$ npm test

How to get coverage test

Execute:

$ npm run cover

About


Languages

Language:JavaScript 100.0%