rehypejs / rehype-picture

Compare c3c1f20 ... +1 ... bb085d1

Coverage Reach
index.js

No flags found

Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.

e.g., #unittest #integration

#production #enterprise

#frontend #backend

Learn more about Codecov Flags here.

Showing 1 of 3 files from the diff.
Other files ignored by Codecov
package.json has changed.
readme.md has changed.

@@ -14,7 +14,7 @@
Loading
14 14
const own = {}.hasOwnProperty
15 15
16 16
/**
17 -
 * @type {import('unified').Plugin<[Options] | void[], Root>}
17 +
 * @type {import('unified').Plugin<[Options?] | Array<void>, Root>}
18 18
 */
19 19
export default function rehypePicture(options) {
20 20
  const settings = options || {}

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
index.js 100.00%
Project Totals (1 files) 100.00%
Loading