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

status command support #32

Merged
merged 6 commits into from
Sep 11, 2019
Merged

status command support #32

merged 6 commits into from
Sep 11, 2019

Conversation

dgrechka
Copy link
Member

@dgrechka dgrechka commented Sep 6, 2019

Resolves #25

image

@dgrechka dgrechka requested a review from dvoits September 6, 2019 13:00
@dgrechka
Copy link
Member Author

dgrechka commented Sep 6, 2019

Resolves #30 as well

@dgrechka dgrechka changed the title Dgrechka/status status command support Sep 6, 2019
@codecov-io
Copy link

codecov-io commented Sep 6, 2019

Codecov Report

Merging #32 into master will increase coverage by 5.03%.
The diff coverage is 86.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   70.82%   75.85%   +5.03%     
==========================================
  Files          23       26       +3     
  Lines        1573     1996     +423     
  Branches      240      312      +72     
==========================================
+ Hits         1114     1514     +400     
- Misses        394      400       +6     
- Partials       65       82      +17
Impacted Files Coverage Δ
AlpheusCore/ComputationGraph.fs 98.18% <100%> (+29.56%) ⬆️
AlpheusCore/AngaraGraphCommon.fs 53.57% <53.57%> (ø)
AlpheusCore/DependencyGraph.fs 82.35% <80%> (+0.85%) ⬆️
AlpheusCore/API.fs 73.35% <90.47%> (+7.26%) ⬆️
AlpheusCore/StatusGraph.fs 95.65% <98.01%> (ø)
AlpheusCore/DependencyGraphToAngaraWrapper.fs 72.72% <0%> (-9.1%) ⬇️
AlpheusCore/Logger.fs 23.07% <0%> (-7.7%) ⬇️
AlpheusCore/PathUtils.fs 70.87% <0%> (-4.86%) ⬇️
AlpheusCore/ResultBuilder.fs 38.46% <0%> (-3.85%) ⬇️
AlpheusCore/GitIgnoreManager.fs 83.6% <0%> (-1.64%) ⬇️
... and 9 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 0a8affc...6b2af9b. Read the comment docs.

@dgrechka dgrechka requested a review from dvoits September 11, 2019 14:20
@dgrechka dgrechka merged commit dfc62d1 into master Sep 11, 2019
@dgrechka dgrechka deleted the dgrechka/status branch September 11, 2019 14:59
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.

Enable git status command
3 participants