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 AST tests not reading last line of file #474

Merged
merged 1 commit into from
Oct 16, 2022

Conversation

WebFreak001
Copy link
Member

shortenedFunction test was missing last line in the ast printer, fixed that as well here

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Merging #474 (8ffda68) into master (abeefa2) will increase coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #474      +/-   ##
==========================================
+ Coverage   83.16%   83.17%   +0.01%     
==========================================
  Files          11       11              
  Lines        8345     8350       +5     
==========================================
+ Hits         6940     6945       +5     
  Misses       1405     1405              
Impacted Files Coverage Δ
src/dparse/astprinter.d 94.35% <ø> (ø)
src/dparse/strings.d 98.72% <0.00%> (+0.01%) ⬆️

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 abeefa2...8ffda68. Read the comment docs.

@WebFreak001 WebFreak001 merged commit 71d64cf into dlang-community:master Oct 16, 2022
@WebFreak001 WebFreak001 deleted the fix-tests branch October 16, 2022 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant