Question
Jest coverage: How can I get a total percentage of coverage?
In my gitlab pipeline I want to send the total percentage value to a server. But jest --coverage only gives me these large reporting files in /coverage. I can't seem to parse the total value out of it. Am I missing a parameter?
48 58626
48