Code Coverage analysis for Mozilla products
Перейти к файлу
Marco Castelluccio 5fd720bd79
Remove Node OpenSSL legacy provider (#2521)
Fixes #1295
2024-10-21 18:51:29 +02:00
.github Run prettier on the whole repo 2024-10-21 17:22:32 +02:00
addon Revert "build(deps-dev): bump eslint-plugin-mozilla in /addon (#2518)" 2024-10-21 18:32:22 +02:00
backend Run prettier on the whole repo 2024-10-21 17:22:32 +02:00
bot Run prettier on the whole repo 2024-10-21 17:22:32 +02:00
events Version 1.3.34 2024-10-21 00:29:26 +02:00
frontend Remove Node OpenSSL legacy provider (#2521) 2024-10-21 18:51:29 +02:00
report build(deps): bump taskcluster from 72.1.1 to 73.0.0 in /report (#2519) 2024-10-21 17:45:07 +02:00
tools Use importlib.metadata instead of pkg_resources (#2511) 2024-10-21 00:24:08 +02:00
.dockerignore
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml Run prettier on the whole repo 2024-10-21 17:22:32 +02:00
.taskcluster.yml Run linting for addon 2024-10-21 18:14:43 +02:00
CODE_OF_CONDUCT.md Run prettier on the whole repo 2024-10-21 17:22:32 +02:00
CONTRIBUTING.md
LICENSE
README.md Run prettier on the whole repo 2024-10-21 17:22:32 +02:00

README.md

Mozilla Code Coverage

This project has 4 parts:

  • bot is a Python script running as a Taskcluster hook, aggregating code coverage data from Mozilla repositories,
  • backend is a Python API built with Flask, that serves the aggregated code coverage data, in an efficient way,
  • frontend is a vanilla Javascript SPA displaying code coverage data in your browser,
  • addon is a Web Extension for Firefox, extending several Mozilla websites with code coverage data. Published at https://addons.mozilla.org/firefox/addon/gecko-code-coverage/.

Help

You can reach us on our Matrix instance: #codecoverage:mozilla.org