dbotia / clc2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clc2022

Travis CI Build Status

Bugs

Lines of Code

Quality Gate Status

Coverage Status

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%