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

Mod run tests as embedded package on CI #44

Merged
merged 2 commits into from
May 19, 2024

Conversation

nowsprinting
Copy link
Owner

Changes

Fix paths in .octocov.yml

  • Fix code coverage store directory when running via Makefile.
  • Make simplify "Code to Test Ratio" setting.

Mod run tests as embedded package on CI

In Linux editor, there is a problem that assets in local packages cannot be found with AssetDatabase.FindAssets.
As a workaround, I have made it into an embedded package.

@github-actions github-actions bot added the chore label May 19, 2024

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

In Linux editor, there is a problem that assets in local packages cannot be found with `AssetDatabase.FindAssets`.
As a workaround, I have made it into an embedded package.
Copy link

Code Metrics Report

master (0fa234b) #44 (93fdfa0) +/-
Coverage 34.8% 34.8% 0.0%
Code to Test Ratio 1:0.9 1:0.9 0.0
Test Execution Time 3m42s 3m10s -32s
Details
  |                     | master (0fa234b) | #44 (93fdfa0) | +/-  |
  |---------------------|------------------|---------------|------|
  | Coverage            |            34.8% |         34.8% | 0.0% |
  |   Files             |                4 |             4 |    0 |
  |   Lines             |              135 |           135 |    0 |
  |   Covered           |               47 |            47 |    0 |
  | Code to Test Ratio  |            1:0.9 |         1:0.9 |  0.0 |
  |   Code              |              238 |           238 |    0 |
  |   Test              |              208 |           208 |    0 |
+ | Test Execution Time |            3m42s |         3m10s | -32s |

Reported by octocov

@nowsprinting nowsprinting merged commit 9e189ef into master May 19, 2024
9 checks passed
@nowsprinting nowsprinting deleted the chore/fix_test_workflow branch May 19, 2024 10:54
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.

None yet

1 participant