pack icon indicating copy to clipboard operation
pack copied to clipboard

Basic implementation of the detect command

Open rashadism opened this issue 1 year ago • 1 comments

Summary

Added a new command detect which would run the analyze binary followed by the detect binary from the lifecycle against your source code. Corresponding RFC at #308

Output

Outputs the selected group of buildpacks from the detect phase.

Before

After

Documentation

  • Should this change be documented?
    • [x] Yes
    • [ ] No

Related

Resolves #___

rashadism avatar Feb 18 '24 16:02 rashadism

Codecov Report

Attention: 233 lines in your changes are missing coverage. Please review.

Comparison is base (06e3112) 79.68% compared to head (af2e9ba) 78.30%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2072      +/-   ##
==========================================
- Coverage   79.68%   78.30%   -1.37%     
==========================================
  Files         176      178       +2     
  Lines       13246    13479     +233     
==========================================
  Hits        10554    10554              
- Misses       2022     2255     +233     
  Partials      670      670              
Flag Coverage Δ
os_linux 77.25% <0.00%> (-1.36%) :arrow_down:
os_macos 74.99% <0.00%> (-1.32%) :arrow_down:
os_windows 77.70% <0.00%> (-1.36%) :arrow_down:
unit 78.30% <0.00%> (-1.37%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

codecov[bot] avatar Feb 18 '24 16:02 codecov[bot]