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

feat(web): implement stdout support #1228

Merged
merged 2 commits into from
Feb 9, 2025
Merged

Conversation

lupino3
Copy link
Member

@lupino3 lupino3 commented Feb 9, 2025

Contributes to Web UI: basic SYSCALL support #1224
Also add a simpler example program.

Fixes Web UI: load a simpler example by default #1227
Contributes to Web UI: basic SYSCALL support #1224
Copy link

codecov bot commented Feb 9, 2025

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 52.49%. Comparing base (0ad2bbf) to head (f2a7f77).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/main/java/org/edumips64/client/Simulator.java 0.00% 7 Missing ⚠️
.../main/java/org/edumips64/client/ResultFactory.java 0.00% 4 Missing ⚠️
src/main/java/org/edumips64/client/Result.java 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1228      +/-   ##
============================================
- Coverage     52.53%   52.49%   -0.04%     
  Complexity     1468     1468              
============================================
  Files           252      252              
  Lines         10214    10221       +7     
  Branches       1102     1102              
============================================
  Hits           5366     5366              
- Misses         4525     4532       +7     
  Partials        323      323              
Files with missing lines Coverage Δ
src/main/java/org/edumips64/client/Result.java 0.00% <0.00%> (ø)
.../main/java/org/edumips64/client/ResultFactory.java 0.00% <0.00%> (ø)
src/main/java/org/edumips64/client/Simulator.java 0.00% <0.00%> (ø)

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 0ad2bbf...f2a7f77. Read the comment docs.

@github-actions github-actions bot temporarily deployed to 1228 February 9, 2025 18:05 Destroyed
@lupino3 lupino3 merged commit 8dab60d into master Feb 9, 2025
13 of 16 checks passed
@lupino3 lupino3 deleted the lupino3/implement-stdout-webui branch February 9, 2025 18:10
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