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 for Unity 2019 #95

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Fix for Unity 2019 #95

merged 1 commit into from
Aug 23, 2024

Conversation

nowsprinting
Copy link
Owner

Remove static from local function (required C#8.0)

refs #91

@github-actions github-actions bot added the bug Something isn't working label Aug 23, 2024
Remove `static` from local function (required C#8.0)

refs #91
@nowsprinting nowsprinting force-pushed the fix/support_untiy2019 branch from d73c1a6 to 3802735 Compare August 23, 2024 08:02
Copy link

Code Metrics Report

master (ef865fb) #95 (751047c) +/-
Coverage 71.9% 72.0% +0.1%
Code to Test Ratio 1:0.9 1:0.9 -0.1
Test Execution Time 5m20s 4m54s -26s
Details
  |                     | master (ef865fb) | #95 (751047c) |  +/-  |
  |---------------------|------------------|---------------|-------|
+ | Coverage            |            71.9% |         72.0% | +0.1% |
  |   Files             |               27 |            27 |     0 |
  |   Lines             |              660 |           663 |    +3 |
+ |   Covered           |              475 |           478 |    +3 |
- | Code to Test Ratio  |            1:0.9 |         1:0.9 |  -0.1 |
  |   Code              |             1280 |          1284 |    +4 |
  |   Test              |             1188 |          1188 |     0 |
+ | Test Execution Time |            5m20s |         4m54s |  -26s |

Code coverage of files in pull request scope (93.6% → 93.8%)

Files Coverage +/-
RuntimeInternals/SceneManagerHelper.cs 93.8% +0.1%

Reported by octocov

@nowsprinting nowsprinting merged commit 0c4d604 into master Aug 23, 2024
8 checks passed
@nowsprinting nowsprinting deleted the fix/support_untiy2019 branch August 23, 2024 08:11
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

Successfully merging this pull request may close these issues.

1 participant