Search Issue Tracker
Fixed
Fixed in 1.2.4
Votes
0
Found in [Package]
1.2.3
Issue ID
COV-25
Regression
No
useProjectSettings does not generate report until Auto Generate Report is toggled off and on again
Steps to reproduce:
- Unzip attached project
- Run it using these command line parameters "-enableCodeCoverage -covergeOptions useProjectSettings -runTests -testPlatform PlayMode -batchmode"
- Inspect CodeCoverage directory and notice that it has opencov xml results but no report
Expected result: Report was generated
This happens because Auto Generate Report has never been toggled, so Settings.json file has no entry for this setting. Because of that, package defaults to Auto Generate Report being disabled.
Reproduced with: 1.2.2, 1.2.3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warning "BatchRendererGroups currently don't support override shaders" is spammed in Play mode when using H-Trace WSGI with BatchRenderGroups
- Audio preview stops in Editor when Unity loses focus and "Run in Background" is disabled
- [UI Builder] The last selected object in Preview mode remains stuck in a highlighted state after exiting the Preview mode
- The input and output have incompatible types error is shown in VGX graph when connecting Skinned Mesh Renderer property to Skinned Mesh Renderer node
- [UI Toolkit] Missing documentation about RegisterValueChangedCallback being fired on entering Play Mode for Values using SerializedObject data binding
Add comment