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

test(core): increase coverage to 100% #3623

Merged
merged 36 commits into from
Mar 30, 2020
Merged

test(core): increase coverage to 100% #3623

merged 36 commits into from
Mar 30, 2020

Conversation

bertiespell
Copy link
Contributor

Summary

Increase test coverage in the core package to 100%

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@codecov
Copy link

codecov bot commented Mar 27, 2020

Codecov Report

Merging #3623 into develop will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #3623   +/-   ##
========================================
  Coverage    93.18%   93.18%           
========================================
  Files          451      451           
  Lines        10202    10202           
  Branches      1301     1301           
========================================
  Hits          9507     9507           
  Misses         694      694           
  Partials         1        1           

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

if (this.hasFlag("token")) {
this.config.set("token", this.getFlag("token"));
}
// TODO: check
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That must've been a copy & paste mistake on my end when I created the command. Since this is a command to alter the configuration nothing should have a default value which means token could actually be empty.

@faustbrian
Copy link
Contributor

@bertiespell conflicts

@faustbrian faustbrian merged commit 6769ce0 into develop Mar 30, 2020
@ghost ghost deleted the test/core branch March 30, 2020 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants