Closed n0v1 closed 6 months ago
Can you also remove coveralls from GitHub actions?
Do you mean removing all stuff related to coveralls from .github/workflows/nodejs.yml? I noticed that sending coverage report failed every now and then with Can't add a job to a build that is already closed.
. This should be fixed now by properly waiting until all parallel runs finished (208733e02db0e62d29ecf2babd68a557a5e20f12). Should I still remove coveralls?
let's keep it as it is
Thanks for merging! Now that tests are stable, is there any chance to release a new version soon? In particular to make mali compatible with @grpc/grpc-js v1.10.x (fixed by #375).
Yes I'll release a version today. Although, I'm not sure if I still have the permission. cc @bojand
Hello, yes you should still have write access to the NPM package. Please proceed.
Hi, I think you have not created the version yet, could you help with this please.
reminder ping @anonrig 🙏
@anonrig, @bojand, is there anything blocking a new release including this fix?
After #377 was merged I noticed that tests sometimes still fail with
No address added out of total 1 resolved
. I opted to use get-port module to get real unused ports instead of using just some random number between 1000 and 65000.With those changes test runs seem stable.