Skip to content
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

fix endOf(year) bug and added some new test dates #1

Merged
merged 1 commit into from
Dec 13, 2018

Conversation

marcSche
Copy link
Contributor

in endOf('year') setMonth(11) has to be called before setDates(31) is called. otherwise with months only having 30 days it would change to the first day of the following month. this would result in the 1st december of the year.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 16

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.66%

Totals Coverage Status
Change from base Build 15: 0.0%
Covered Lines: 141
Relevant Lines: 212

💛 - Coveralls

2 similar comments
@coveralls
Copy link

coveralls commented Dec 13, 2018

Pull Request Test Coverage Report for Build 16

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.66%

Totals Coverage Status
Change from base Build 15: 0.0%
Covered Lines: 141
Relevant Lines: 212

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 16

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.66%

Totals Coverage Status
Change from base Build 15: 0.0%
Covered Lines: 141
Relevant Lines: 212

💛 - Coveralls

@KorbinianKuhn KorbinianKuhn merged commit a0f8246 into KorbinianKuhn:master Dec 13, 2018
KorbinianKuhn pushed a commit that referenced this pull request Dec 17, 2018
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.

None yet

3 participants