Skip to content

Commit

Permalink
[circleci] remove code coverage tests
Browse files Browse the repository at this point in the history
These fail for minor features
  • Loading branch information
okay committed Feb 7, 2020
1 parent f0758f7 commit 04722e3
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 @@ -20,13 +20,6 @@ jobs:
trap "go-junit-report </tmp/test-results/go-test.out > /tmp/test-results/go-test-report.xml" EXIT
make testv | tee /tmp/test-results/go-test.out
- run:
name: Run code coverage
command: |
make coverage
cp cover.html /tmp/test-results
bash <(curl -s https://codecov.io/bash) -c -F unittests
- run:
name: Run benchmarks
command: ./scripts/ci_run_benchmarks.sh
Expand Down

0 comments on commit 04722e3

Please sign in to comment.