Skip to content

Commit

Permalink
coverage change
Browse files Browse the repository at this point in the history
  • Loading branch information
RagiGeorge committed Oct 20, 2023
1 parent ce7f25d commit fc90028
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ commands:
coverage report -m
mkdir coverage_results
cp -R .coverage coverage_results/.coverage-${CIRCLE_BUILD_NUM}
cd coverage_results
ls
- persist_to_workspace:
root: .
Expand All @@ -87,7 +88,7 @@ commands:
- run:
name: Run SonarQube to report the coverage
command: |
cd coverage_results
cp ./coverage_results/* .
coverage combine .
coverage xml
wget -O /tmp/sonar-scanner-cli.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472.zip
Expand Down Expand Up @@ -335,10 +336,8 @@ workflows:
build:
jobs:
- py37cassandra
- py38couchbase
- py38gevent
- final_job:
requires:
- py37cassandra
- py38couchbase
- py38gevent

0 comments on commit fc90028

Please sign in to comment.