mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
* Converted amd64 docs to ts * 6502 * 6502 part 2 * arm * avr * evm * java * llvm * python * Fix bug with only getting the first paragraph * Updated help messages
16 lines
267 B
YAML
16 lines
267 B
YAML
all: true
|
|
include:
|
|
- lib/**/*.js
|
|
- lib/**/*.ts
|
|
exclude:
|
|
- lib/asm-docs/generated/asm-docs-*
|
|
- lib/compilers/fake-for-test.js
|
|
- lib/**/*.d.ts
|
|
report-dir: ./out/coverage
|
|
reporter:
|
|
- lcov
|
|
require:
|
|
- esm
|
|
- source-map-support/register
|
|
- ts-node/register
|