rusty-ecma / RESSA

Rusty EcmaScript Syntax Analyzer
MIT License
111 stars 14 forks source link

Bugfix/invalid obj prop assignment #56

Closed FreeMasen closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #56 (3a541c2) into master (c02fc8a) will decrease coverage by 2.92%. The diff coverage is 63.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   86.54%   83.61%   -2.93%     
==========================================
  Files          16       16              
  Lines        8718     8321     -397     
==========================================
- Hits         7545     6958     -587     
- Misses       1173     1363     +190     
Impacted Files Coverage Δ
benches/major_libs.rs 0.00% <0.00%> (ø)
src/error.rs 2.15% <0.00%> (-9.85%) :arrow_down:
tests/all/main.rs 50.94% <0.00%> (-24.74%) :arrow_down:
tests/all/ecma262.rs 70.42% <50.00%> (+0.27%) :arrow_up:
tests/all/spider_monkey.rs 71.62% <88.88%> (+8.57%) :arrow_up:
src/lib.rs 77.08% <94.81%> (-4.76%) :arrow_down:
tests/all/snippets.rs 97.94% <100.00%> (-0.48%) :arrow_down:
tests/test262/main.rs 0.00% <0.00%> (-42.21%) :arrow_down:
src/lhs.rs 36.36% <0.00%> (-6.79%) :arrow_down:
... and 9 more

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 ffa2748...3a541c2. Read the comment docs.