upgrade coveralls version to ^3.1.0
tkmct opened this issue · 2 comments
tkmct commented
Hi, I recently used coveralls github-action for my project and faced an error below.
After a bit of research, it seems that the error is caused by coveralls package. And the error is fixed in the latest version.
Is it possible that someone kindly update to the latest version of coveralls?
It was little bit hard for me to update because when I tried to update using the latest version of npm, diff in package-lock.json seems huge. And I'm not familiar to the structure of the repo which does not ignore node_modules from source control.
Sincerely.
reference: nickmerwin/node-coveralls#280
Error: "2021-03-25T09:04:54.240Z" 'error from getOptions'
Error: Error: Command failed: git cat-file -p 9c10a1bb249f9d6bd9e92fa9f5ae2ed1a9137d3c
fatal: Not a valid object name 9c10a1bb249f9d6bd9e92fa9f5ae2ed1a9137d3c
cyrus-za commented
Same issue here and the github action does not use a locally installed package, right?