Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Coverage does not write any output anywhere #228

Closed
dustuu opened this issue Jun 28, 2023 · 2 comments
Closed

Code Coverage does not write any output anywhere #228

dustuu opened this issue Jun 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@dustuu
Copy link

dustuu commented Jun 28, 2023

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

  • Expected behavior

Results of the code coverage operation should be placed into the CodeCoverage folder.

Additional details

Unity Version: 2019.4.31f1

@dustuu dustuu added the bug Something isn't working label Jun 28, 2023
@dustuu
Copy link
Author

dustuu commented Jun 28, 2023

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

Hopefully that can get merged soon.

@davidmfinol
Copy link
Member

PR #164 has been merged.
@dustuu I'm closing this on the assumption that this solves this issue, but please re-open if this issue remains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants