• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

homeday-de / homeday-blocks / 2465
72%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2022 07:43AM UTC
Jobs 1
Files 66
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2465

push

travis-ci-com

web-flow
✨ Add TypeScript support (#878)

* :sparkles: Add TypeScript support

In this commit:
  - Add vue-cli TypeScript plugin
  - Change target to es2019 to fix the issue: https://tinyurl.com/ts-additional-loader-issue
  - Configure TS parser in eslint
  - Disable a few set of eslint rules that TS compiler already validates
  - Disable few strict rules to allow people use TS in a less strict mode (for now)
  - Fix eslint throwing import/no-unresolved error on declaration files

* :recycle: Convert main.js to TS

In this commit:
  - Convert main.js to TS
  - Ignore TS on the imports that cause the problem: Module '"*.vue"' has no exported member 'TYPES'. Did you mean to use 'import TYPES from "*.vue"' instead? ts(2614)

* :rotating_light: Fix lint errors

* :recycle: Convert src/lang/index.js to TS

* :sparkles: Add customRules type to global types

In this commit:
  - Create a declaration file for global types src/@types/global.d.ts
  - Add customRules type in it

* :pencil2: Remove extraneous comma in JSON

* :recycle: Use TS instead of JSDoc in HdRadioCard component

* :white_check_mark: Convert HdRadioCard test to TS

* :camera_flash: Update HdRadioCard snapshot

* :recycle: Use TS instead of JSDoc in HdRadioCardGroup component

* :recycle: Export HdRadioCard name to be able to use it in HdRadioCardGroup

Since HdRadioCard is now wrapped with Vue.extend so accessing its name directly returns VueComponent

* :white_check_mark: Convert HdRadioCardGroup test to TS

* :camera_flash: Update HdRadioCardGroup snapshot

* :fire: Remove jsconfig.json

* :wrench: Extend main eslint config in jest's eslint config

* :recycle: Use TS instead of JSDoc in HdCheckboxCard component

* :white_check_mark: Convert HdCheckboxCard test to TS

* :camera_flash: Update HdCheckboxCard snapshot

* :recycle: Use TS instead of JSDoc in HdCheckboxCardGroup component

* :recycle: Export HdCheckboxCard name to be able to use it i... (continued)

438 of 701 branches covered (62.48%)

Branch coverage included in aggregate %.

22 of 22 new or added lines in 4 files covered. (100.0%)

1251 of 1645 relevant lines covered (76.05%)

22.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2465.1 22 Mar 2022 07:43AM UTC 0
71.99
Travis Job 2465.1
Source Files on build 2465
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2465
  • b93ac336 on github
  • Prev Build on master (#2460)
  • Next Build on master (#2481)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc