johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
224 stars 11 forks source link

Change fn type parsing #1028

Closed johnynek closed 1 year ago

johnynek commented 1 year ago

another change related to #1026

codecov-commenter commented 1 year ago

Codecov Report

Merging #1028 (b426113) into master (ac20cad) will increase coverage by 0.11%. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #1028      +/-   ##
==========================================
+ Coverage   91.95%   92.06%   +0.11%     
==========================================
  Files          90       90              
  Lines        9381     9389       +8     
  Branches     2172     2183      +11     
==========================================
+ Hits         8626     8644      +18     
+ Misses        755      745      -10     
Files Changed Coverage Δ
core/src/main/scala/org/bykn/bosatsu/Parser.scala 75.67% <100.00%> (+0.16%) :arrow_up:
...e/src/main/scala/org/bykn/bosatsu/TypeParser.scala 95.16% <100.00%> (+0.61%) :arrow_up:

... and 6 files with indirect coverage changes