Fixed coverage/ directory included in local builds

- without this, the `coverage/` directory gets included in builds
  because `grunt-contrib-copy` doesn't operate on just the folder name
- this avoids us zipping up coverage with builds and helps bring CI and
  local builds closer together
- my commit here was incorrect: 815a2d0f7d
This commit is contained in:
Daniel Lockyer 2022-05-17 11:03:07 +01:00
parent acb3e25ef0
commit e258e32f04
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -9,7 +9,7 @@
.c8rc.json
jsconfig.json
changelog.md*
coverage
coverage/**
docs/**
_site/**
content/adapters/**