Revision 79efe51271f057038c1a50ef05359e6138a98170 authored by Lars Bilke on 17 February 2021, 12:02:02 UTC, committed by Lars Bilke on 19 February 2021, 08:55:56 UTC
Runs all ctests with a RUNTIME < 5 including utils tests.

Creates combined reports in these formats:

- html (build/coverage/coverage_report/index.html)
- json (build/coverage/coverage.json)
- xml (build/coverage/coverage.xml)
1 parent 51a2349
Raw File
package.json
{
  "private": true,
  "scripts": {
    "build": "hugo",
    "index": "hugo-algolia -toml",
    "index-and-send": "hugo-algolia -toml -s"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.3.0",
    "autoprefixer": "^9",
    "hugo-algolia": "^1.2.13",
    "postcss": "^7",
    "postcss-cli": "^7.1.0",
    "postcss-import-url": "^5.1.0",
    "tailwindcss": "^2.0.1-compat"
  },
  "peerDependencies": {
    "postcss": "^8.1.9"
  }
}
back to top