rjdbcm / Aspidites

The reference implementation of the Woma Programming Language compiler.
http://aspidites.org
GNU General Public License v3.0
2 stars 1 forks source link

Merge into dev so it can be used as the main feature testing branch #8

Closed rjdbcm closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #8 (f2fc9cc) into dev (bbbaf12) will increase coverage by 0.99%. The diff coverage is 91.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev       #8      +/-   ##
==========================================
+ Coverage   90.98%   91.97%   +0.99%     
==========================================
  Files          74       77       +3     
  Lines        5815     5872      +57     
==========================================
+ Hits         5291     5401     +110     
+ Misses        524      471      -53     
Impacted Files Coverage Δ
Aspidites/_vendor/contracts/library/collection.py 94.87% <ø> (+10.78%) :arrow_up:
Aspidites/_vendor/contracts/library/extensions.py 92.53% <0.00%> (ø)
Aspidites/_vendor/contracts/library/suggester.py 96.87% <ø> (ø)
Aspidites/_vendor/fn/recur.py 94.82% <ø> (-0.18%) :arrow_down:
Aspidites/templates.py 100.00% <ø> (ø)
Aspidites/__main__.py 78.18% <28.57%> (-4.52%) :arrow_down:
Aspidites/_vendor/semantic_version.py 83.86% <40.00%> (-0.80%) :arrow_down:
Aspidites/_vendor/contracts/inspection.py 88.52% <66.66%> (+25.19%) :arrow_up:
Aspidites/final.py 91.30% <88.23%> (-8.70%) :arrow_down:
Aspidites/parser/convert.py 92.18% <92.18%> (ø)
... and 20 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 bbbaf12...f2fc9cc. Read the comment docs.