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

build: add global.json for CI #18

Closed felixfbecker closed 4 years ago

felixfbecker commented 4 years ago

.NET Core 3 fails to include native dependency DLLs

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   59.06%   59.44%   +0.37%     
==========================================
  Files          44       44              
  Lines         794      794              
  Branches        2        2              
==========================================
+ Hits          469      472       +3     
+ Misses        323      320       -3     
  Partials        2        2
Impacted Files Coverage Δ
PowerGit/Functions/Copy-GitRepository.ps1 34.32% <0%> (+1.49%) :arrow_up:
PowerGit/Functions/Get-GitRepositoryStatus.ps1 100% <0%> (+2.85%) :arrow_up:
PowerGit/Functions/Resolve-RealPath.ps1 100% <0%> (+10%) :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 713f5e7...69e1c12. Read the comment docs.

felixfbecker commented 4 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: