GithubHelp home page GithubHelp logo

lunar's Introduction

Lunar

A simple code coverage library for use in web services.

Run Lunar with your project to get fast, simple, code coverage.

Benefits

  1. See which paths in your code is run, regardless if you directly call them or not.
  2. Understand the different paths that your code could take, and which percentage you have covered.
  3. Get an instant HTML report that shows your code coverage.

Installation

Something

Usage

Mocha: lunar mocha [mocha options]

This will run your test with mocha, and automatically generate a report with the coverage information for you.

How It works

Before your tests run, lunar goes through and instruments the code. This will create additional files in the "lunar" directory. (You should ignore this in your version control).

Then, instead of running your normal code, we run the instrumented code. Lunar keeps track of when each line is called.

After the tests have finished, lunar will take the instrumented files and see which lines were called. It will generate an HTML report that will show the code and how many times each line has been called.

lunar's People

Contributors

ethanmick avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.