]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix: restrict test coverage to src/ runtime code only
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 2 Apr 2026 22:47:34 +0000 (00:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 2 Apr 2026 22:47:34 +0000 (00:47 +0200)
commit081d8508fe23d09d6078dcc5a677be37fac7c2ce
tree6d5df1c93d0171a1d9d2fd594a4fb28750548bf4
parentfd00f4215bbc360345f833eee8632627aad590dd
fix: restrict test coverage to src/ runtime code only

Add --test-coverage-include glob to exclude tests, scripts,
package.json and other non-runtime files from coverage report.
Aligns with web UI vitest coverage config pattern.
package.json