CCSDS_study project

This commit is contained in:
2026-05-05 21:54:35 +08:00
commit 9be41f9270
585 changed files with 91275 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# python-coverage.conf
# Configuration file for the coverage analysis of Netzob
[run]
# Ensure branch coverage
branch = True
# Don't cover python standard lib
cover_pylib = False
source = src/netzob
[report]
ignore_errors = True
[html]
directory = coverage_html