Closed phbits closed 3 years ago
@johlju - Here's my fix to add better error handling around Invoke-Git
. It successfully goes through build
and test
; however, I need to test in Azure Pipelines and somehow test publishing. π€ Even though there's still work to do, I wanted to open a PR to see if you have any feedback. In fact, as I'm typing this some of the checks are already finished as failed. π·ββοΈ
Thanks for this PR! This is my initial review looking through it, I found some things, but will look deeper into it once these comments are resolved. π
Merging #96 (9d04c7e) into main (5be73af) will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## main #96 +/- ##
==================================
Coverage 98% 98%
==================================
Files 40 42 +2
Lines 949 955 +6
==================================
+ Hits 931 937 +6
Misses 18 18
Please update (rebase) working branch with latest changes from main branch.
@johlju Just finished testing the module by forklifting it into phbits/MyModule. Wiki publishing worked as expected. π₯³
Awesome work on this one! π
Pull Request
Pull Request (PR) description
Adds function
Show-InvokeGitReturn
to improve error handling when usingInvoke-Git
.This Pull Request (PR) fixes the following issues
Task list
This change isβ