Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Problem: interpteret evalPrefixExpression is untested #26

Merged
merged 1 commit into from
Oct 3, 2018
Merged

Problem: interpteret evalPrefixExpression is untested #26

merged 1 commit into from
Oct 3, 2018

Conversation

quasilyte
Copy link
Collaborator

Solution: add TestPrefixExpression that covers evalPrefixExpression.

Increases test coverage.

Updates #25
Signed-off-by: Iskander Sharipov [email protected]

Solution: add TestPrefixExpression that covers evalPrefixExpression.

Increases test coverage.

Updates #25
Signed-off-by: Iskander Sharipov <[email protected]>
@quasilyte quasilyte requested a review from AlekSi as a code owner October 2, 2018 23:04
@codecov
Copy link

codecov bot commented Oct 2, 2018

Codecov Report

Merging #26 into master will increase coverage by 1.49%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   75.94%   77.44%   +1.49%     
==========================================
  Files           4        4              
  Lines        1002     1002              
==========================================
+ Hits          761      776      +15     
+ Misses        209      194      -15     
  Partials       32       32
Impacted Files Coverage Δ
interpreter/interpreter.go 73.27% <0%> (+6.46%) ⬆️

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 de72af0...a83ab01. Read the comment docs.

@AlekSi AlekSi merged commit 5198cfb into gosh-lang:master Oct 3, 2018
@quasilyte quasilyte deleted the quasilyte/add_prefixexpr_tests branch October 3, 2018 07:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants