-
Notifications
You must be signed in to change notification settings - Fork 373
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
feat(gnodev): add node tests and lint #1668
Conversation
fb20913
to
56df99c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1668 +/- ##
==========================================
+ Coverage 46.63% 48.36% +1.73%
==========================================
Files 492 409 -83
Lines 69624 62035 -7589
==========================================
- Hits 32472 30006 -2466
+ Misses 34445 29531 -4914
+ Partials 2707 2498 -209 ☔ View full report in Codecov by Sentry. |
7547c08
to
d0e482b
Compare
6ee0a30
to
e632eba
Compare
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
…thread safe Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
f44603d
to
10c7c2d
Compare
Signed-off-by: gfanton <[email protected]>
78618d4
to
b92c7e5
Compare
7880ef7
to
decc397
Compare
Signed-off-by: gfanton <[email protected]>
decc397
to
49021ed
Compare
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 💯
I've left some comments, mostly nits. Otherwise good to go 🚀
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
e77e309
to
1667570
Compare
Add some basic tests to
node
andemitter
packages fromgnodev
to prevent regression.I also made the node thread-safe during the process as it was necessary to test the node.
Edit: Added linting, as
golangci-lint
was ignoringgnodev
directory.Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description