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
fix conflicts
  • Loading branch information
Rishav Chakraborty committed Jul 18, 2019
commit e6d0593926464d54fa62be8a4bb518a7a1aa8dd0
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
name: Generate frontend coverage report
command: |
sudo pip install codecov
codecov --file ../karma_coverage_reports/coverage-final.json
codecov --file ../karma_coverage_reports/lcov.info
when: on_success

backend_tests:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.