micromark / micromark-extension-mdxjs
Showing 1 of 2 files from the diff.
Newly tracked file
index.js changed.
Other files ignored by Codecov
package.json has changed.

@@ -4,7 +4,6 @@
Loading
4 4
 */
5 5
6 6
import {Parser} from 'acorn'
7 -
// @ts-expect-error: untyped
8 7
import acornJsx from 'acorn-jsx'
9 8
import {combineExtensions} from 'micromark-util-combine-extensions'
10 9
import {mdxExpression} from 'micromark-extension-mdx-expression'
Files Coverage
index.js 100.00%
Project Totals (1 files) 100.00%
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading