mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-09-16 04:29:06 +00:00
update
This commit is contained in:
10
node_modules/@11ty/eleventy/docs-src/coverage.njk
generated
vendored
Normal file
10
node_modules/@11ty/eleventy/docs-src/coverage.njk
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
permalink: coverage.md
|
||||
---
|
||||
# Code Coverage for Eleventy v{{ pkg.version }}
|
||||
|
||||
| Filename | % Lines | % Statements | % Functions | % Branches |
|
||||
| --- | --- | --- | --- | --- |
|
||||
{% for file, line in coverage -%}
|
||||
| `{{ file | removeDir }}` | {{ line.lines.pct }}% | {{ line.statements.pct }}% | {{ line.functions.pct }}% | {{ line.branches.pct }}% |
|
||||
{% endfor -%}
|
Reference in New Issue
Block a user