Skip to content

Commit 26eacbb

Browse files
committed
Changed coverage folder for GitHub pages
Signed-off-by: Jaid <[email protected]>
1 parent d5b24d0 commit 26eacbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- export PKG_VERSION=$(node -e "console.log(require('./dist/package/production/package').version)")
1313
- npm run test:coverage
1414
- cp -r dist/homepage/$PKG_NAME/$PKG_VERSION page
15-
- cp -r dist/jest/coverage/lcov-report page
15+
- cp -r dist/jest/coverage/lcov-report page/coverage
1616
- cd dist/package/production
1717
- zip -9 --recurse-paths ../../${PKG_NAME}_v$PKG_VERSION.zip **
1818
- zip -9 --recurse-paths ../../${PKG_NAME}_v${PKG_VERSION}_min.zip ** --exclude \*.d.ts --exclude readme.* --exclude \*.map

0 commit comments

Comments
 (0)