Skip to content

pkg/termios: fix darwin regression from previous commit, add tests#2594

Merged
hugelgupf merged 1 commit intou-root:mainfrom
bradfitz:bradfitz/fix_darwin
Jan 9, 2023
Merged

pkg/termios: fix darwin regression from previous commit, add tests#2594
hugelgupf merged 1 commit intou-root:mainfrom
bradfitz:bradfitz/fix_darwin

Conversation

@bradfitz
Copy link
Copy Markdown
Contributor

@bradfitz bradfitz commented Jan 8, 2023

I broke darwin support in the just-merged #2593.

To atone for my sins, this PR adds some more test coverage (in addition to fixing darwin).

@bradfitz bradfitz force-pushed the bradfitz/fix_darwin branch from 2e7db3a to b2a5bf1 Compare January 8, 2023 01:11
@bradfitz
Copy link
Copy Markdown
Contributor Author

bradfitz commented Jan 8, 2023

/cc @hugelgupf

@paulmenzel
Copy link
Copy Markdown

Small typo in description: addition

@bradfitz bradfitz force-pushed the bradfitz/fix_darwin branch from b2a5bf1 to cb1a87e Compare January 8, 2023 16:09
@bradfitz
Copy link
Copy Markdown
Contributor Author

bradfitz commented Jan 8, 2023

Small typo in description: addition

Whoops, thanks. Fixed.

@bradfitz bradfitz force-pushed the bradfitz/fix_darwin branch from 9710994 to f536805 Compare January 9, 2023 17:22
hugelgupf
hugelgupf previously approved these changes Jan 9, 2023
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 9, 2023

Codecov Report

Base: 74.83% // Head: 75.00% // Increases project coverage by +0.16% 🎉

Coverage data is based on head (fa4eeba) compared to base (203d539).
Patch coverage: 0.00% of modified lines in pull request are covered.

❗ Current head fa4eeba differs from pull request most recent head 402cff4. Consider uploading reports for the commit 402cff4 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2594      +/-   ##
==========================================
+ Coverage   74.83%   75.00%   +0.16%     
==========================================
  Files         408      408              
  Lines       41344    41345       +1     
==========================================
+ Hits        30940    31009      +69     
+ Misses      10404    10336      -68     
Impacted Files Coverage Δ
pkg/termios/var_linux.go 90.90% <0.00%> (-9.10%) ⬇️
pkg/acpi/rsdp.go 51.28% <0.00%> (+10.25%) ⬆️
pkg/acpi/raw.go 89.28% <0.00%> (+14.28%) ⬆️
pkg/acpi/bios.go 83.78% <0.00%> (+83.78%) ⬆️
pkg/acpi/sdt.go 86.66% <0.00%> (+86.66%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

I broke darwin support in the just-merged u-root#2593.

To atone for my sins, this PR adds some more test coverage (in
addition to fixing darwin).

Signed-off-by: Brad Fitzpatrick <[email protected]>
@bradfitz bradfitz force-pushed the bradfitz/fix_darwin branch from fa4eeba to 402cff4 Compare January 9, 2023 19:59
@hugelgupf hugelgupf merged commit 948a78c into u-root:main Jan 9, 2023
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