You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code coverage feature does not work and does not write output, but fails silently with no errors. The test results are outputted as expected; only the code coverage results are missing.
It turns out that this problem is because the code I want to test is inside of a package. This is currently not supported, but seems that it will be supported with #164
Bug description
The code coverage feature does not work and does not write output, but fails silently with no errors. The test results are outputted as expected; only the code coverage results are missing.
How to reproduce
Example workflow job: https://github.com/kemocade/Kemocade.Vrc.Data/blob/main/.github/workflows/release.yml#L16C5-L16C5
(The "test" job only)
Example run: https://github.com/kemocade/Kemocade.Vrc.Data/actions/runs/5399441106/jobs/9806562948
Results of the code coverage operation should be placed into the CodeCoverage folder.
Additional details
Unity Version: 2019.4.31f1
The text was updated successfully, but these errors were encountered: