Skip to content

Commit 4cc6c70

Browse files
committed
ci(circleci): upgrade orb and code coverage dependencies
1 parent d02d7c3 commit 4cc6c70

File tree

4 files changed

+341
-370
lines changed

4 files changed

+341
-370
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
codecov: codecov/[email protected]
5-
vfcommon: voiceflow/[email protected].54
5+
vfcommon: voiceflow/[email protected].67
66
sonarcloud: sonarsource/[email protected]
77
validate-title: qventus/[email protected]
88

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ typings/
6363
# npm
6464
package-lock.json
6565

66+
#Code coverage
67+
nyc_coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"husky": "^4.3.8",
3838
"lint-staged": "^10.5.3",
3939
"mocha": "^6.1.4",
40-
"nyc": "^14.1.0",
40+
"nyc": "^15.1.0",
4141
"prettier": "^1.19.1",
4242
"prettier-eslint-cli": "^5.0.0",
4343
"supertest": "^4.0.2"

0 commit comments

Comments
 (0)