File coverage-tools.changes of Package coverage-tools
------------------------------------------------------------------- Mon Oct 27 11:37:09 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.4.5: * Fix help message handling * Add dark theme for HTML reports * Fix test script path in README.md ------------------------------------------------------------------- Tue Jul 22 06:56:32 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.4.4: * Add powertop sample data * Add C++ func name demangling * Normalize color palette with SUSE colors * add test with dynamorio * update gitignore ------------------------------------------------------------------- Tue Jul 22 06:54:25 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.4.4: * Add powertop sample data * Add C++ func name demangling * Normalize color palette with SUSE colors * add test with dynamorio * update gitignore * Store html templates as separate files ------------------------------------------------------------------- Fri Jul 18 07:27:07 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.4.3: * Allow wrap/uinwrap many binaries at once improvement on error finding the .so library * Improve README.md * Improve log_function_call ------------------------------------------------------------------- Thu Jul 10 16:18:30 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.4.2: * bump version * log directory must be writable ------------------------------------------------------------------- Thu Jul 10 14:53:45 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.4.1: * fix tempdir permissions ------------------------------------------------------------------- Wed Jul 09 09:22:52 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.4.0: * fix go test * drop old scripts in the archive * refresh sample data * add totals to xml ; strip debug info * calc total in the aggregate * Add ordering feature to the agregation page * Alternating background color for the lines in the Aggregate Coverage Report * Update README.md ------------------------------------------------------------------- Tue Jul 08 07:32:24 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.3.5: * update unit test * bump version * shorten report names - change html colors * alphabetically sort aggregate report * sort aggregate report * fix template style ------------------------------------------------------------------- Mon Jul 07 08:57:06 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.3.4: * add more unit tests * ignore '[vdso]` entries * fixes on templates - verbose %check ------------------------------------------------------------------- Sun Jul 06 16:11:06 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Update to version 0.3.3: * bump version * experiment with circles/bars in the aggregate template * add date/time of generation and strip file names * make output directory mandatory * move templates to separate file * fix help * add sample data and make report format an optional flag * split Go sources and add aggregate html report - added %check section in the .spec file - ran spec-cleaner - changed Go compilation and linking flags to strip debug info and emit a Position Independent Executable ------------------------------------------------------------------- Thu Jul 03 08:32:50 UTC 2025 - ondrej.pithart@suse.com - Update to version 0.3.1: * move also on unwrap * shorten original binary path * move files acrross device / partition * improve help output adding env variables ------------------------------------------------------------------- Wed Jul 02 11:23:10 UTC 2025 - ondrej.pithart@suse.com - Update to version 0.3: * Update CI test.yml * move python files to archive ; fix newline in help usage * formats comma separated * update help * fix parsing * accept logdir instead of log files * update build script tool output * report * aggregate Python tools in a Go program ------------------------------------------------------------------- Wed Jul 02 07:50:40 UTC 2025 - ondrej.pithart@suse.com - Update to version 0.2.1: * Update FuncTracer.cpp * move is_func_relevant to header * make wrap.py executable * switch starts_with and ends_with * Add xml output for openQA parsing as 'external results' ------------------------------------------------------------------- Mon Jun 30 10:21:21 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com> - Add analyzer python script to the tools package ------------------------------------------------------------------- Mon Jun 30 08:14:19 UTC 2025 - ondrej.pithart@suse.com - Update to version v0.1: * Add xml output for openQA parsing as 'external results' * fix readme * update path for compiled pin tool * convert wrapper to python and add unit testing * forgot testsuite invocation... * convert wrapper to python and add unit testing * Add GitHub Actions workflow to run unit tests * Fix #14 unboudn variable and add c++ 20 build version * improve logc and use string_view * Improve build script * Add GitHub Action for testing the build script ------------------------------------------------------------------- Thu Jun 26 10:21:09 UTC 2025 - ondrej.pithart@suse.com - Update to version 1750918505.5b3519d: * Update README.md * Update .gitignore * update unit tests * Dedup function call using a set * revert tests * revert tests * use IARG_PTR * build script * avoid logging the same function twice * readme