syntax-tree / mdast-util-find-and-replace

Compare 28f5e2b ... +1 ... f1e092e

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 2 files from the diff.
Other files ignored by Codecov
package.json has changed.

@@ -12,10 +12,7 @@
Loading
12 12
  var settings
13 13
  var schema
14 14
15 -
  if (
16 -
    typeof find === 'string' ||
17 -
    (find && typeof find.exec === 'function')
18 -
  ) {
15 +
  if (typeof find === 'string' || (find && typeof find.exec === 'function')) {
19 16
    schema = [[find, replace]]
20 17
  } else {
21 18
    schema = find

Learn more Showing 1 files with coverage changes found.

Changes in index.js
+1
Loading file...
Files Coverage
index.js 100.00%
Project Totals (1 files) 100.00%
Loading