-
-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add codecov to the project (#3168)
Co-authored-by: Akshat Nema <[email protected]>%0ACo-authored-by: Ansh Goyal <[email protected]>%0ACo-authored-by: asyncapi-bot <[email protected]>
- Loading branch information
1 parent
739f9a5
commit ec62c5e
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
module.exports = { | ||
verbose: true, | ||
collectCoverage: true, | ||
coverageReporters: ['text', 'lcov', 'json-summary'], | ||
coverageDirectory: 'coverage', | ||
collectCoverageFrom: ['scripts/**/*.js'], | ||
// To disallow netlify edge function tests from running | ||
testMatch: ['**/tests/**/*.test.*', '!**/netlify/**/*.test.*'], | ||
}; | ||
}; |