dgrove-oss commented on pull request #81: URL: https://github.com/apache/openwhisk-utilities/pull/81#issuecomment-814108240
I took a look at .travis.yml. We intentionally compile the source tree "early" in the `install` stage from setup.sh while we defer scancode.sh to the runUnitTests.sh job. So, our choices are either exclude the generated sources as this PR does or to move the invocation of scan.sh into the install stage (which would cause it to run on all jobs in the matrix in the install stage). It would be more consistent with the other openwhisk repos to move the scan early, but either approach could be made to work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
