Uh oh!
There was an error while loading. Please reload this page.
ci: create github actions CI pipeline and remove travis pipeline - #20
Conversation
Phillip9587
commented
Aug 13, 2025
Hey @UlisesGascon@blakeembrey can we land this PR? |
UlisesGascon
commented
Aug 14, 2025
I plan to land this PR next week, unless is advised other wise 👍 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| "istanbul": "0.4.5", | ||
| "mocha": "2.5.3" | ||
| "mocha": "~11.7.0", | ||
| "nyc": "~17.1.0" |
There was a problem hiding this comment.
Was this necessary for GitHub Actions?
There was a problem hiding this comment.
https://www.npmjs.com/package/istanbul is deprecated. nyc is the successor to istanbul according to their website: https://istanbul.js.org/integrations/
Phillip9587
commented
Aug 18, 2025
@blakeembrey I updated the PR with your suggestions and added a commit replacing the deprecated |
Phillip9587
commented
Aug 18, 2025
CI failure is unrelated: |
blakeembrey
commented
Aug 18, 2025
SG, I saw it passed before. We can always look at migrating it over to codecov if it continues to be an issue. |
Uh oh!
There was an error while loading. Please reload this page.
closes#11