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
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,3 +14,6 @@ yarn-error.log
|
|||||||
## SSH
|
## SSH
|
||||||
.ssh
|
.ssh
|
||||||
*.pub
|
*.pub
|
||||||
|
|
||||||
|
## CodeCov
|
||||||
|
coverage
|
@ -8,5 +8,6 @@ module.exports = {
|
|||||||
'^.+\\.ts$': 'ts-jest'
|
'^.+\\.ts$': 'ts-jest'
|
||||||
},
|
},
|
||||||
verbose: true,
|
verbose: true,
|
||||||
setupFiles: ["<rootDir>/__tests__/env.js"]
|
setupFiles: ["<rootDir>/__tests__/env.js"],
|
||||||
|
collectCoverage: true
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user