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

make sure assertEventsEqual() actually has events to test #316

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

Herringway
Copy link
Member

@Herringway Herringway commented Sep 18, 2023

Turns out a big portion of the test suite wasn't actually running due to Loader.parse() not returning a forward range. Note that the test suite now fails, so this probably shouldn't be merged just yet....

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #316 (5e0bdad) into master (05cdebf) will increase coverage by 0.15%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #316      +/-   ##
==========================================
+ Coverage   95.13%   95.29%   +0.15%     
==========================================
  Files          29       29              
  Lines        4505     4505              
==========================================
+ Hits         4286     4293       +7     
+ Misses        219      212       -7     
Files Changed Coverage Δ
source/dyaml/test/emitter.d 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@Herringway Herringway merged commit 2774ce1 into dlang-community:master Sep 18, 2023
8 checks passed
@Herringway Herringway deleted the fix-emitter-tests branch September 18, 2023 20:55
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.

1 participant