How to configure Coveralls with Github Action?
问题 I'm experiencing problems with my github repo configuration. Here it is - umbress. I have Github Actions CI enabled and configured and I want to have the coverage badge in my repo so everyone who wants to use my code in their projects knows that my code is well-tested. But it seems that I missing something because my coverage badge has an "unknown" status for a long time already. CI steps are: Run build Run tests and generate coverage ( jest --coverage --config config/jest.js ). This will