vein-lang / vein

🔮⚡️Vein is an open source high-level strictly-typed programming language with a standalone OS, arm and quantum computing support.
https://vein-lang.org
Other
48 stars 6 forks source link

[housekeeping] Automated PR to fix formatting errors #151

Closed code-maid closed 2 years ago

code-maid commented 2 years ago

Automated PR to fix formatting errors

codecov-commenter commented 2 years ago

Codecov Report

Merging #151 (6641567) into master (a85d5c5) will not change coverage. The diff coverage is 55.55%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   59.18%   59.18%           
=======================================
  Files         258      258           
  Lines       11003    11003           
=======================================
  Hits         6512     6512           
  Misses       4491     4491           
Impacted Files Coverage Δ
compiler/compilation/CompilationTask.cs 71.73% <ø> (ø)
lib/ast/syntax/Expression.cs 81.42% <ø> (ø)
lib/ast/syntax/VeinSyntax.cs 96.61% <ø> (ø)
runtime/common/reflection/VeinModule.cs 70.96% <ø> (ø)
runtime/ishtar.vm/__builtin/B_GC.cs 75.00% <ø> (ø)
runtime/ishtar.vm/__builtin/B_StringBuilder.cs 27.86% <ø> (ø)
runtime/ishtar.vm/runtime/IshtarMarshal.cs 28.79% <ø> (ø)
runtime/ishtar.vm/vm.cs 28.02% <ø> (ø)
runtime/ishtar.vm/runtime/ModuleReader.cs 81.15% <55.55%> (ø)

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 a85d5c5...6641567. Read the comment docs.