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

Generate separate coverage reports for frontend and backend #7151

Merged
merged 17 commits into from
Jul 31, 2019
Prev Previous commit
Next Next commit
remove todo
  • Loading branch information
Rishav Chakraborty committed Jul 18, 2019
commit 4641e94bec10bff9052c099f7ed46e31c5b2ae04
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,11 @@ jobs:
name: Run frontend tests
command: |
bash -x scripts/run_frontend_tests.sh --run-minified-tests=true
# TODO(lilithxxx): Uncomment the following lines once #6821 is resolved.
# - run:
# <<: *install_cc
- run:
name: Generate frontend coverage report
command: |
sudo pip install codecov
codecov --file ../karma_coverage_reports/coverage-final.json
# TODO(lilithxxx): Uncomment the following lines and delete the above
# codecov statements once #6821 is resolved.
# ./cc-test-reporter sum-coverage ../karma_coverage_reports/coverage-final.json
# ./cc-test-reporter upload-coverage ../karma_coverage_reports/coverage-final.json
when: on_success

backend_tests:
Expand Down