Ghost/.github/workflows
Daniel Lockyer 70bea3ddf8 Added c8 coverage to unit tests
no issue

- coverage allows us to see how much of our code we're hitting in tests
  and it's time we started to get visibility on this in Ghost
- we can then make informed decisions on which well-tested internal libraries
  can be pulled out into their own packages
- this commit:
  - adds the c8 dev dependency to Ghost
  - prepends the `test:unit` command with c8 with the `text-summary` reporter
  - adds a `coverage:unit` command to get the `text` report
    - you can do `yarn coverage:unit --reporter html` to get a HTML report etc
  - uses this new test coverage reporter command in CI tests
2021-08-20 12:42:11 +02:00
..
canary.yml Fixed canary build after yarn command changes 2021-07-06 10:22:07 +01:00
release.yml Updated CI release workflow to use built-in token 2021-07-12 13:14:55 +01:00
test.yml Added c8 coverage to unit tests 2021-08-20 12:42:11 +02:00