dbotia / lab22021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lab22021

Travis-CI: Build Status

Bugs

Code Smells

Coverage

Lines of Code

Quality Gate Status

Coverall: Coverage Status

Implemento las operaciones:

  • Add
  • Minus
  • Multiply
  • Divide
  • Raiz cuadrada

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%