-
Notifications
You must be signed in to change notification settings - Fork 2
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
(maint) Implementing unit tests for language server #6
base: develop
Are you sure you want to change the base?
Conversation
Odd, I ran this locally and it succeeded. Will try changing the language version to see if it helps. |
@gep13 @mkevenaar I have gotten started on implementing unit tests for the language server. |
Codecov Report
@@ Coverage Diff @@
## develop #6 +/- ##
==========================================
Coverage ? 41.92%
==========================================
Files ? 37
Lines ? 675
Branches ? 155
==========================================
Hits ? 283
Misses ? 370
Partials ? 22
Continue to review full report at Codecov.
|
5d61400
to
604d94f
Compare
This makes adding unit tests easier.
There are problems with the loading of their executables that prevent a successful build.
c7589d9
to
80a6bcb
Compare
Description
This PR adds unit tests for the language server
Related Issue
No related issue (yet)
Motivation and Context
To validate that the rules work as expected (mainly)
How Has This Been Tested?
Locally
Screenshots (if appropriate):
Types of changes
Checklist: