Decouple test packages from release bits by DaveTryon · Pull Request #850 · microsoft/sbom-tool (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
Our package management approach is inconsistent--we have all package versions centrally managed in ./Directory.Packages.props, but we include test packages via ./test/Directory.Build.Props. This PR creates ./test/Directory.Packages.props to manage the versions of test packages. This provides symmetry and ensures that test packages can't accidentally be pulled into the release bits.
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 46.53%. Comparing base (60605c9) to head (21b450b).
Additional details and impacted files
@@ Coverage Diff @@ ## main #850 +/- ##
Coverage 46.50% 46.53% +0.02%
Files 355 355
Lines 14142 14142
Branches 1161 1161- Hits 6577 6581 +4
- Misses 7017 7014 -3
- Partials 548 547 -1
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
DaveTryon deleted the DaveTryon/decouple-test-packages branch
DaveTryon added a commit that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})