-
-
Notifications
You must be signed in to change notification settings - Fork 152
add prom-client to lookup #861
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #861 +/- ##
=======================================
Coverage 95.85% 95.85%
=======================================
Files 31 31
Lines 940 940
=======================================
Hits 901 901
Misses 39 39 Continue to review full report at Codecov.
|
Super weird Windows is failing... It passes on our own CI. And as I type this the second commit works (installed with npm as that's what we use), so.... 🤷 😅 EDIT: wait no, the status reported in this PR is different than that link 😬 |
Yeah, that link is a manual run of |
I just re-ran it to test without yarn: https://github.com/nodejs/citgm/actions/runs/812506546 |
I do not understand the windows failure. The function call it's complaining that's missing is right above, and as mentioned it works in our own CI running windows |
I tried on my local Windows machine:
|
|
So the failure seems specific to GitHub Actions. Let me run it on our CI (it's what will be used for Node.js releases anyway): https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-pipeline/145/console |
Cool 👍 We use GH Actions as well, so this is quite mysterious |
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.
LGTM once CI issues are resolved, will be great to have CITGM coverage for this package.
I'm unable to properly read this, but it seems it passed on most arches/OSes, but failed on some, and the failures are either errors from |
Fixes #860
@siimon @zbjornson do you want to not be included here?
Note that
16.x
on GH Actions will fail: siimon/prom-client#436 (comment)Checklist
npm test
passeshere