forked from asyncapi/website
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (asyncapi#3168)
Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com>%0ACo-authored-by: Ansh Goyal <anshgoyal1704@gmail.com>%0ACo-authored-by: asyncapi-bot <bot+chan@asyncapi.io>
- 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.*'], | ||
}; | ||
}; |