Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishav Chakraborty committed Jul 18, 2019
1 parent 0fa07d4 commit 4641e94
Showing 1 changed file with 0 additions and 7 deletions.
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

0 comments on commit 4641e94

Please sign in to comment.