Skip to content

Conversation

@Munter
Copy link
Contributor

@Munter Munter commented Oct 2, 2018

Pull Request check-list

Please make sure to review and check all of these items:

  • Does npm run test or npm run test-DIALECT pass with this change (including linting)?
  • Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
  • Have you added new tests to prevent regressions?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Did you follow the commit message conventions explained in CONTRIBUTING.md?

Description of change

Closes #8716

@codecov
Copy link

codecov bot commented Oct 2, 2018

Codecov Report

Merging #9980 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9980      +/-   ##
==========================================
+ Coverage   96.38%   96.38%   +<.01%     
==========================================
  Files          63       63              
  Lines        9388     9389       +1     
==========================================
+ Hits         9049     9050       +1     
  Misses        339      339
Impacted Files Coverage Δ
lib/associations/has-one.js 97.11% <ø> (ø) ⬆️
lib/associations/belongs-to.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 053145c...0aaf09a. Read the comment docs.

@sushantdhiman sushantdhiman merged commit 07fe591 into sequelize:master Oct 2, 2018
@sushantdhiman
Copy link
Contributor

Thanks @Munter

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.

Inconsistent create behavior when starting from hasMany vs belongsTo

2 participants