Skip to content

fix(*): several bug fixes #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 98 commits into from
Jul 10, 2020
Merged

fix(*): several bug fixes #274

merged 98 commits into from
Jul 10, 2020

Conversation

kimusaku
Copy link
Collaborator

No description provided.

kimusaku and others added 30 commits May 9, 2020 22:17
* chore(deps): update typescript-eslint monorepo to v3

* chore(*): update submodules

* chore(*): disable rule '@typescript-eslint/camelcase'

* chore(*): update eslint rules

* disable '@typescript-eslint/explicit-module-boundary-types'
* enable '@typescript-eslint/naming-convention'

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Kosaku Kimura <[email protected]>
renovate bot and others added 27 commits July 1, 2020 11:18
* chore(deps): update dependency @types/js-yaml to v3.12.5

* chore(index): add type assertion for ServerlessConfig

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Kosaku Kimura <[email protected]>
* refactor: remove useless guard

* fix(visitor): correctly assume typing names of scoped modules
…#257)

* fix(visitors): use tsconfig.json if exists in checking function types

* chore(tsconfig): remove typeRoots
@codecov
Copy link

codecov bot commented Jul 10, 2020

Codecov Report

Merging #274 into master will increase coverage by 3.46%.
The diff coverage is 80.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #274      +/-   ##
==========================================
+ Coverage   74.98%   78.44%   +3.46%     
==========================================
  Files          26       26              
  Lines        1371     1392      +21     
  Branches      289      288       -1     
==========================================
+ Hits         1028     1092      +64     
+ Misses        226      191      -35     
+ Partials      117      109       -8     
Impacted Files Coverage Δ
src/types.ts 85.18% <ø> (ø)
src/visitors/asynchronize/asynchronous.ts 100.00% <ø> (ø)
src/visitors/refineFunction/aws.ts 52.54% <0.00%> (-0.91%) ⬇️
src/visitors/uncallbackify.ts 66.66% <33.33%> (-3.79%) ⬇️
src/visitors/openApiV2/load.ts 91.66% <50.00%> (+15.90%) ⬆️
src/visitors/functionTypes/visit.ts 75.90% <71.42%> (-8.72%) ⬇️
src/visitors/functionTypes/index.ts 90.47% <87.50%> (-9.53%) ⬇️
src/visitors/asynchronize/errorFirstCallback.ts 88.67% <87.87%> (+26.67%) ⬆️
src/index.ts 84.52% <92.30%> (+0.31%) ⬆️
src/visitors/asynchronize/index.ts 95.00% <93.33%> (+14.04%) ⬆️
... and 8 more

@kimusaku kimusaku merged commit 0a5c82d into master Jul 10, 2020
github-actions bot pushed a commit that referenced this pull request Jul 10, 2020
## [0.4.6](v0.4.5...v0.4.6) (2020-07-10)

### Bug Fixes

* several bug fixes ([#274](#274)) ([0a5c82d](0a5c82d)), closes [#269](#269) [#270](#270) [#272](#272) [#273](#273)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants