also update README to point ADO badge to new CI pipeline
have to create a new pipeline using the new YAML wizard
so that GitHub Pipelines App is used instead of webhook.
This fix the issue where re-running the ADO build from the
`Check` tab in GitHub doesn't kick off actual build in ADO.
1. Modify linux agent test run to upload coverage report to codecov.
1. Enable pr comment so codecov can post back report to PR.
1. Enable commit status so it will block if coverage goes down.
1. previous iteration was mistakenly using the Shell task and that was not compatible with react-scripts, resulting in missing logs.
1. fix is to use Bash to run all commands
* Modified to support running off of local static build
* Added silent flag to coverage script
* Updated azure-piplines.yml to point to correct location
* clean up and merge changes from My's branch
* fix file path
* update package-lock.json
* refactor webpack configs