[CI] Exclude test code from coverage report

This commit is contained in:
Ray Speth 2024-06-11 15:22:41 -04:00 committed by Ray Speth
parent 00e4214963
commit 9f48b07c3d

View File

@ -3,6 +3,8 @@ coverage:
ignore:
- ext/.*
- test/.*
- test_problems/.*
comment:
behavior: once