felixfbecker / PowerGit

Git with the power of the PowerShell object pipeline. For macOS, Linux and Windows.
Apache License 2.0
30 stars 6 forks source link

Proper Status #10

Closed felixfbecker closed 5 years ago

felixfbecker commented 5 years ago

Previously, it was not possible to show files that changed both in the index and the workdir.

Adds a CustomControl for RepositoryStatus and outputs that instead of the FileStatus objects.

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will decrease coverage by 0.02%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   59.69%   59.67%   -0.03%     
==========================================
  Files          44       44              
  Lines         789      791       +2     
  Branches        2        2              
==========================================
+ Hits          471      472       +1     
- Misses        316      317       +1     
  Partials        2        2
Impacted Files Coverage Δ
PowerGit/Functions/Get-GitStatusPrompt.ps1 0% <0%> (ø) :arrow_up:
PowerGit/Functions/Get-GitRepositoryStatus.ps1 100% <100%> (ø) :arrow_up:
PowerGit/Functions/Compare-GitTree.ps1 86.66% <100%> (+0.95%) :arrow_up:
PowerGit/Functions/Test-GitUncommittedChange.ps1 80% <100%> (+5%) :arrow_up:
PowerGit/Functions/Receive-GitBranch.ps1 59.01% <100%> (ø) :arrow_up:

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 22cd78e...9601f65. Read the comment docs.

felixfbecker commented 5 years ago

:tada: This PR is included in version 0.4.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: