Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 1148252

Browse files
jkwluiJustinBeckwith
authored andcommitted
build: fix codecov uploading on Kokoro (#451)
* build: fix codecov uploading on Kokoro * build: fix codecov uploading on Kokoro
1 parent f364346 commit 1148252

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- run: *npm_install_and_link
157157
- run:
158158
name: Run system tests.
159-
command: mkdir $HOME/.config && npm run system-test
159+
command: npm run system-test
160160
environment:
161161
GCLOUD_PROJECT: long-door-651
162162
GOOGLE_APPLICATION_CREDENTIALS: .circleci/key.json

.jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
source: {
3232
excludePattern: '(^|\\/|\\\\)[._]',
3333
include: [
34-
'build'
34+
'src'
3535
],
3636
includePattern: '\\.js$'
3737
},

0 commit comments

Comments
 (0)