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

#3696 - tc39-test262 Crate #3708

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

PawelJastrzebski
Copy link

@PawelJastrzebski PawelJastrzebski commented Feb 29, 2024

This Pull Request closes #3696.

It changes the following:

  • transfers boa_tester parser logic to tools/tc39-test262 crate

@PawelJastrzebski PawelJastrzebski marked this pull request as draft February 29, 2024 13:45
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

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

Project coverage is 47.37%. Comparing base (6ddc2b4) to head (154f7a1).
Report is 80 commits behind head on main.

❗ Current head 154f7a1 differs from pull request most recent head 5e85673. Consider uploading reports for the commit 5e85673 to get more accurate results

Files Patch % Lines
tools/tc39-test262/src/git.rs 0.00% 58 Missing ⚠️
tools/tc39-test262/src/test_flags.rs 0.00% 55 Missing ⚠️
tools/tc39-test262/src/structs.rs 0.00% 26 Missing ⚠️
tools/tc39-test262/src/test_files.rs 0.00% 20 Missing ⚠️
tools/tc39-test262/src/lib.rs 0.00% 6 Missing ⚠️
tools/tc39-test262/src/read.rs 0.00% 4 Missing ⚠️
tools/tc39-test262/src/edition.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3708      +/-   ##
==========================================
+ Coverage   47.24%   47.37%   +0.12%     
==========================================
  Files         476      461      -15     
  Lines       46892    44846    -2046     
==========================================
- Hits        22154    21245     -909     
+ Misses      24738    23601    -1137     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PawelJastrzebski PawelJastrzebski marked this pull request as ready for review March 16, 2024 10:24
@PawelJastrzebski PawelJastrzebski changed the title #3696 - WIP #3696 - tc39-test262 Crate Mar 16, 2024
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.

Split boa_tester into crates
1 participant