-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fixes #2426 Build on GitHub Actions instead of AppVeyor #2428
Fixes #2426 Build on GitHub Actions instead of AppVeyor #2428
Conversation
I'll get coverage updating here before merge |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2428 +/- ##
============================================
+ Coverage 0.00% 80.20% +80.20%
============================================
Files 1346 2352 +1006
Lines 41137 94551 +53414
Branches 2915 0 -2915
============================================
+ Hits 1 75838 +75837
+ Misses 41136 18713 -22423 ☔ View full report in Codecov by Sentry. |
We can check the coverage run tomorrow. It's set up for Thursdays at 1AM UTC |
If PR doesn't merge until tomorrow then I'll just switch the coverage schedule to Friday. |
Fixes #2426
Mainly just re-writing the CI script for GHA but I did reorganize the test scripts a little bit to remove dependencies on IntegrationsTests.dll which was being used by other test projects.