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

CI: Enable GDB integration test #215

Merged
merged 2 commits into from
Dec 12, 2021
Merged

Conversation

mkroening
Copy link
Member

Closes #212.

This depends on #199 to be solved.

@codecov
Copy link

codecov bot commented Dec 12, 2021

Codecov Report

Merging #215 (42d2f6a) into master (4d2bcb0) will increase coverage by 21.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #215       +/-   ##
===========================================
+ Coverage   41.53%   62.58%   +21.05%     
===========================================
  Files          16       16               
  Lines        2475     2475               
===========================================
+ Hits         1028     1549      +521     
+ Misses       1447      926      -521     
Impacted Files Coverage Δ
src/linux/uhyve.rs 62.61% <0.00%> (+0.95%) ⬆️
src/linux/vcpu.rs 69.50% <0.00%> (+3.10%) ⬆️
src/linux/mod.rs 87.17% <0.00%> (+25.64%) ⬆️
src/linux/gdb/mod.rs 88.88% <0.00%> (+88.88%) ⬆️
src/arch/x86_64/registers/debug.rs 91.17% <0.00%> (+91.17%) ⬆️
src/linux/gdb/breakpoints.rs 91.89% <0.00%> (+91.89%) ⬆️
src/linux/gdb/regs.rs 100.00% <0.00%> (+100.00%) ⬆️
src/linux/gdb/section_offsets.rs 100.00% <0.00%> (+100.00%) ⬆️

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 4d2bcb0...42d2f6a. Read the comment docs.

@mkroening
Copy link
Member Author

bors r+

@bors bors bot merged commit 0e26c75 into hermit-os:master Dec 12, 2021
@mkroening mkroening deleted the gdb-test-enable branch December 12, 2021 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable GDB integration tests
1 participant