eggjs / egg-cors

Compare 85b2e38 ... +0 ... e5e78db

Coverage Reach

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 1 files from the diff.

@@ -3,6 +3,6 @@
Loading
3 3
/**
4 4
 * cors default config
5 5
 * @member Config#cors
6 -
 * @see https://www.npmjs.com/package/kcors#corsoptions
6 +
 * @see https://github.com/koajs/cors#corsoptions
7 7
 */
8 8
exports.cors = {};

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
config.default.js 100.00%
Project Totals (3 files) 100.00%
Loading