-
Notifications
You must be signed in to change notification settings - Fork 57
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 version in runner #1023
Fix version in runner #1023
Conversation
Code Climate has analyzed commit 5f3fec4 and detected 0 issues on this pull request. View more on Code Climate. |
5f3fec4
to
509b770
Compare
Fixes package version in runner
509b770
to
be6327a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/distributed-demo #1023 +/- ##
========================================================
Coverage 0.00% 0.00%
========================================================
Files 11 11
Lines 99 99
Branches 4 4
========================================================
Misses 95 95
Partials 4 4
|
Fix Runner Version
The runner microservice has wrong version saved in commander.ts. It is fixed now.
In addition, an empty
yarn.lock
file is removed from root of the repository.Type of Change
Testing
All tests pass
Impact
The version seen by users of runner is now correct.
Checklist
existing code.