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

Add dotnet-test watch flag #212

Closed myty closed 3 years ago

myty commented 3 years ago

Addresses issue #79

Also updated jest

codecov[bot] commented 3 years ago

Codecov Report

Merging #212 (80fcef7) into main (f5f8309) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #212   +/-   ##
=======================================
  Coverage   74.81%   74.81%           
=======================================
  Files          45       45           
  Lines        1715     1715           
  Branches      292      292           
=======================================
  Hits         1283     1283           
  Misses        424      424           
  Partials        8        8           
Impacted Files Coverage Δ
src/modules/dotnet-test.ts 43.30% <100.00%> (ø)

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 f5f8309...80fcef7. Read the comment docs.

myty commented 3 years ago

@brandongregoryscott I guess I need to update the github action as well.