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

GH-548 Reimplement output system #549

Merged
merged 11 commits into from
Aug 19, 2020
Merged

GH-548 Reimplement output system #549

merged 11 commits into from
Aug 19, 2020

Conversation

dzikoysk
Copy link
Member

@dzikoysk dzikoysk commented Aug 17, 2020

Resolves #548
Resolves #547
Resolves #546
Resolves #540

@codecov
Copy link

codecov bot commented Aug 17, 2020

Codecov Report

Merging #549 into master will increase coverage by 1.31%.
The diff coverage is 44.87%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #549      +/-   ##
============================================
+ Coverage     49.28%   50.59%   +1.31%     
+ Complexity     1697     1665      -32     
============================================
  Files           540      505      -35     
  Lines          8000     7659     -341     
  Branches        827      815      -12     
============================================
- Hits           3942     3874      -68     
+ Misses         3748     3480     -268     
+ Partials        310      305       -5     
Impacted Files Coverage Δ Complexity Δ
...n/java/org/panda_lang/language/PandaFramework.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...g/panda_lang/language/PandaFrameworkException.java 33.34% <ø> (+8.34%) 1.00 <0.00> (ø)
.../panda_lang/language/architecture/Application.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...guage/architecture/expression/ExpressionUtils.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...lang/language/architecture/module/PandaModule.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...nda_lang/language/architecture/type/TypeScope.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...chitecture/type/dynamic/DynamicClassGenerator.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
..._lang/language/interpreter/InterpreterFailure.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../language/interpreter/lexer/PandaLexerFailure.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...nda_lang/language/interpreter/logging/Channel.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 142 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 6f49781...fdbd878. Read the comment docs.

@coveralls
Copy link

coveralls commented Aug 17, 2020

Coverage Status

Coverage increased (+1.4%) to 54.563% when pulling fdbd878 on GH-548/dzikoysk into 6f49781 on master.

@dzikoysk dzikoysk added this to the Release beta milestone Aug 19, 2020
@dzikoysk dzikoysk merged commit 9d0c4db into master Aug 19, 2020
@dzikoysk dzikoysk deleted the GH-548/dzikoysk branch August 19, 2020 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants