2025-08-01
GitHub | bcoe/c8

First of, I don't know whether this is within scope of c8 or not, but I'm sharing here anyway for further input / visibility. NOTE: Our test suite is run via the same npm scripts - which control the choreography of downloading all docker containers + spinning up the server in the same order - in Github vs Local so I see no reason why the metric should be different, but here is the output. Local: <img width="851" height="313" alt="Image" src="https://github.com/user-attachments/assets/bc8ccd16-e68b-4208-8cb7-a74ce8bba75c" /> Github Action <img width="813" height="377" alt="Image" src="https://github.com/user-attachments/assets/82a76d72-0e50-430c-abd5-6d0dc843f001" /> Process: - Run test script - Script pulls down required docker dependencies - Spin up node server - Test APIs from mocha - Use c8 to track test coverage Anyone seen this before / any pointers?