aboutsummaryrefslogtreecommitdiff
path: root/HACKING
blob: 25ca7ebf495bd7c9501799b3b521bc401305b09a (plain)
1
2
3
4
5
6
7
8
9
10
Test Code Coverage
==================

To have a test coverage report, install the `coverage` package via pip, and
then execute:

  cd app/
  coverage run -m unittest tests.test_suite 2>/dev/null && coverage html

The output will be stored in the `kernel-ci-backend-coverage` directory.