Add zip of picamera coverage and update CI to use it

This commit is contained in:
Julian Stirling 2025-07-29 16:03:30 +01:00
parent 9f38b041a6
commit 727d683c48
5 changed files with 24 additions and 5 deletions

View file

@ -10,7 +10,7 @@ It is essential to stop the server first:
However, this will not archive the tests in the Git repository for reporting the coverage. For this see the section below on reporting the coverage.
When writing and debugging these unit tests it is often best to run a specific test and to use the `-s` flag to see the print statments. It is also often useful to use `--pdb` to drop you into a python debug session on any failure. For example, you might run:
When writing and debugging these unit tests it is often best to run a specific test and to use the `-s` flag to see the print statements. It is also often useful to use `--pdb` to drop you into a python debug session on any failure. For example, you might run:
/picamera2/test_exposure_time_drift.py::test_exposure_time_saves_and_loads -s --pdb