Ghost/.github/workflows
Daniel Lockyer a7074592c8 Configured CI to only calculate coverage for recommended Node version
- we seem to be getting some odd numbers when running c8 on Node 12, and
  it's causing our CI checks to fail
- even when we're adding tests, the coverage value goes down
- this is disrupting the team from shipping, so we need to change that
- this commit alters the setup to run unit tests w/ c8 for Node 16 unit
  tests, and without c8 for other versions
- `yarn test:unit` is kept the same for everyday use
2022-03-07 13:45:33 +00:00
..
auto-assign.yml Update actions/checkout action to v3 2022-03-02 08:06:56 +01:00
browser-tests.yml Fixed inputs being passed as env variables in CI 2022-02-17 12:25:30 +01:00
canary.yml Update actions/upload-artifact action to v3 2022-03-04 11:02:53 +01:00
label-actions.yml
migration-review.yml Removed migration requirement for sqlite 2022-03-04 11:27:04 +00:00
release.yml Update actions/checkout action to v3 2022-03-02 08:06:56 +01:00
stale.yml Update actions/stale action to v5 2022-03-03 14:56:07 +01:00
test.yml Configured CI to only calculate coverage for recommended Node version 2022-03-07 13:45:33 +00:00