rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Feautre: git commit after nuget publish #206

Closed brandongregoryscott closed 3 years ago

brandongregoryscott commented 3 years ago

Resolves #37 Extend nuget --publish command to offer to run git commands when successful

codecov[bot] commented 3 years ago

Codecov Report

Merging #206 (c6c63c3) into main (08ae3ea) will not change coverage. The diff coverage is 7.14%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #206   +/-   ##
=======================================
  Coverage   74.46%   74.46%           
=======================================
  Files          45       45           
  Lines        1692     1692           
  Branches      289      289           
=======================================
  Hits         1260     1260           
  Misses        424      424           
  Partials        8        8           
Impacted Files Coverage Δ
src/modules/git.ts 58.33% <7.14%> (ø)

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 08ae3ea...c6c63c3. Read the comment docs.

brandongregoryscott commented 3 years ago

I think codecov is lying, seeing this for branch vs. main:

File                                     | % Stmts | % Branch | % Funcs | % Lines
git.ts (branch)                          |   79.17 |    81.82 |   66.67 |   78.72
git.ts (main)                            |   64.29 |    66.67 |   33.33 |   64.29