nodeshift-archived / license-reporter

license-reporter is a tool that gathers licenses for project's dependencies and produces a output in XML, JSON, YAML and HTML format.
Apache License 2.0
13 stars 10 forks source link

chore: coveralls test #368

Closed helio-frota closed 3 years ago

helio-frota commented 3 years ago

same error as https://github.com/lemurheavy/coveralls-public/issues/632

helio-frota commented 3 years ago

getting the same error even using repo token and coveralls github action https://github.com/marketplace/actions/coveralls-github-action

Run coverallsapp/github-action@master
  with:
    github-token: ***
    path-to-lcov: ./coverage/lcov.info
    coveralls-endpoint: https://coveralls.io
Using lcov file: ./coverage/lcov.info
Error: Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
helio-frota commented 3 years ago

it is working using this approach: https://github.com/nickmerwin/node-coveralls/issues/277#issuecomment-619633971