/coverage-crawler

A crawler to find websites that exercise code in Firefox that is not covered by unit tests

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

coverage-crawler

Build Status

A crawler to find websites that exercise code in Firefox that is not covered by unit tests

Usage

  • Install requirements with pip install -r requirements.txt;
  • Install development requirements with pip install -r test-requirements.txt;
  • Run the latest_cov_build.py script to download the latest Firefox coverage build;
  • Run the crawler.py script.