mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Adds CodeCov report
This commit is contained in:
parent
b6a1872434
commit
491d5be862
5
.gitignore
vendored
5
.gitignore
vendored
@ -13,4 +13,7 @@ yarn-error.log
|
||||
|
||||
## SSH
|
||||
.ssh
|
||||
*.pub
|
||||
*.pub
|
||||
|
||||
## CodeCov
|
||||
coverage
|
@ -8,5 +8,6 @@ module.exports = {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true,
|
||||
setupFiles: ["<rootDir>/__tests__/env.js"]
|
||||
setupFiles: ["<rootDir>/__tests__/env.js"],
|
||||
collectCoverage: true
|
||||
}
|
Loading…
Reference in New Issue
Block a user