mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-31 07:11:00 +02:00
Originally we introduced a separate `coverage.yml` workflow to test-drive coverage collection without immediately introducing it inline in the `ci.yml` workflow. However, now that coverage collection works nicely and is performant enough we can simplify the workflow definitions by removing `coverage.yml` entirely in favor of simply inlining coverage collection into the existing `unittestcli` run in `ci.yml`. Doing so also avoids having to a full extra `unittestcli` run just to collect coverage information. Moreover, this commit aligns coverage collection flags with the ones in the other workflows to be more explicit and consistent.