Skip to content

Kai-Al/lab2-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab2-2022

Build Status

Bugs

Quality Gate Status

Security Rating

Maintainability Rating

Coverage Status

Implementation of a Simple Calculator appwith 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published