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
Use GitHub actions for tests #2298
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2298 +/- ##
=======================================
Coverage 93.41% 93.41%
=======================================
Files 236 236
Lines 13196 13196
Branches 1897 1897
=======================================
Hits 12327 12327
Misses 869 869 Continue to review full report at Codecov.
|
@smashwilson I created a GitHub Action to install Atom and APM in the PATH for running tests in GitHub Actions. This might help get Windows tests working. |
Oh, neat! Have to have a look the next time I have some time to spend here. |
Looks like Azure DevOps doesn't publish tests as check results any more. Let's just move to GitHub Actions instead because it's right there.