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

표현식에 infer_type 추가 및 construct::Type 추가 #19

Merged
merged 2 commits into from
Nov 10, 2023

feat: add impl Default for CodegenContext

39c6d48
Select commit
Loading
Failed to load commit list.
Merged

표현식에 infer_type 추가 및 construct::Type 추가 #19

feat: add impl Default for CodegenContext
39c6d48
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 9, 2023 in 0s

28.26% (-1.92%) compared to 2d77412

View this Pull Request on Codecov

28.26% (-1.92%) compared to 2d77412

Details

Codecov Report

Merging #19 (39c6d48) into main (2d77412) will decrease coverage by 1.92%.
Report is 1 commits behind head on main.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
- Coverage   30.18%   28.26%   -1.92%     
==========================================
  Files          44       45       +1     
  Lines         825      881      +56     
==========================================
  Hits          249      249              
- Misses        576      632      +56     
Files Coverage Δ
crates/psl/src/codegen/mod.rs 0.00% <ø> (ø)
crates/psl/src/codegen/context.rs 0.00% <0.00%> (ø)
...codegen/impls/declarations/variable_declaration.rs 0.00% <0.00%> (ø)
crates/psl/src/codegen/impls/expressions/if.rs 0.00% <0.00%> (ø)
crates/psl/src/codegen/impls/expressions/name.rs 0.00% <0.00%> (ø)
crates/psl/src/codegen/impls/statements/write.rs 0.00% <0.00%> (ø)
crates/psl/src/codegen/impls/expressions/mod.rs 0.00% <0.00%> (ø)
crates/psl/src/codegen/impls/expressions/read.rs 0.00% <0.00%> (ø)
crates/psl/src/codegen/construct/type.rs 0.00% <0.00%> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!