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

test(parser): parse time literals #1649

Merged
merged 1 commit into from
Aug 6, 2019
Merged

Conversation

roshie548
Copy link
Contributor

@roshie548 roshie548 commented Aug 6, 2019

added test case to check that time literals are parsed as midnight on that date
(see #152)

- added test case to check that time literals are parsed as midnight on that date
@codecov-io
Copy link

Codecov Report

Merging #1649 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1649      +/-   ##
==========================================
- Coverage   55.57%   55.55%   -0.02%     
==========================================
  Files         211      211              
  Lines       30288    30288              
==========================================
- Hits        16832    16828       -4     
+ Misses      11770    11769       -1     
- Partials     1686     1691       +5
Impacted Files Coverage Δ
semantic/solve.go 72.72% <0%> (-2.6%) ⬇️
stdlib/universe/mode.go 48.71% <0%> (-0.94%) ⬇️
semantic/poly_types.go 56.7% <0%> (-0.36%) ⬇️
parser/strconv.go 52.5% <0%> (+15%) ⬆️

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 8ff4a55...27a10a5. Read the comment docs.

@roshie548 roshie548 requested a review from a team August 6, 2019 20:33
@ghost ghost requested review from wolffcm and removed request for a team August 6, 2019 20:33
Copy link

@wolffcm wolffcm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@roshie548 roshie548 merged commit b28307e into master Aug 6, 2019
@roshie548 roshie548 deleted the test/shorthand-time-literals branch August 6, 2019 21:27
davidgs pushed a commit to davidgs/flux that referenced this pull request Aug 20, 2019
- added test case to check that time literals are parsed as midnight on that date
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