Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Change component detection scan path to root #4070

Merged
merged 2 commits into from
Jan 25, 2022

Conversation

BruceHaley
Copy link
Contributor

Fixes #minor

Description

This changes the Component Detection scan area to include the yarn.lock file at the root. I believe those dependencies should be included in the Component Detection scanning process.

Specific Changes

Delete the sourceScanPath input line so scanning includes the yarn.lock file at the root.
Add ./generators to the ignoreDirectories list because that is currently scanned in the pipeline BotBuilder-Generators-JS-daily.

@BruceHaley BruceHaley requested a review from a team as a code owner January 21, 2022 02:04
@coveralls
Copy link

coveralls commented Jan 21, 2022

Pull Request Test Coverage Report for Build 1726583624

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 84.545%

Totals Coverage Status
Change from base Build 1725520852: -0.003%
Covered Lines: 19667
Relevant Lines: 22035

💛 - Coveralls

@BruceHaley BruceHaley added the Area: Engineering Internal issues that are related to improving code quality, refactorings, code cleanup, etc. label Jan 24, 2022
@mrivera-ms mrivera-ms merged commit 102050e into main Jan 25, 2022
@mrivera-ms mrivera-ms deleted the bruce/compdetfix1-20 branch January 25, 2022 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Engineering Internal issues that are related to improving code quality, refactorings, code cleanup, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants