You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This includes linting, and then testing on supported Node versions. https://travis-ci.org/ is probably the best idea.
For running the test.js, we need to think about how to do that in a way that won't expose any credentials. Perhaps we need to stub Cloudflare's API as well as http/dns to faux-verify? I'm not sure about the best way to implement this yet.
The text was updated successfully, but these errors were encountered:
We should use GitHub Actions. Please see nodecraft/b2-cloud-storage#14 for an example on what needs to be included (code coverage can be ignored for now).
This could be two PRs - one for adding GitHub actions that simply runs npm test for now, and another one for a testing strategy for test.js
This includes linting, and then testing on supported Node versions. https://travis-ci.org/ is probably the best idea.
For running the
test.js
, we need to think about how to do that in a way that won't expose any credentials. Perhaps we need to stub Cloudflare's API as well ashttp
/dns
to faux-verify? I'm not sure about the best way to implement this yet.The text was updated successfully, but these errors were encountered: