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

Fix coverage option run on command-line #143

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nowsprinting
Copy link
Contributor

Fixes

  • Fix commandline argument --burst-disable-compilation is to be passed with two dashes
  • Fix lcov.info path

Priority

Very low


Contribution License Agreement

@nowsprinting nowsprinting requested a review from a team as a code owner January 18, 2025 22:33
@github-actions github-actions bot added the chore label Jan 18, 2025
@@ -2,7 +2,7 @@
coverage:
if: true
paths:
- ./Logs/Report/lcov.info # Warning: This path is replace by regex in test.yml
- UnityProject~/Logs/Report/lcov.info # Warning: This path is to be replaced by regex in test.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ask]
Where is the test.yml?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only on "test" branch in forked repo.
https://github.com/nowsprinting/Anjin/blob/test/.github/workflows/test.yml

Before, I ran tests in a another private repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants