Skip to content

Commit

Permalink
coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
RagiGeorge committed Oct 30, 2023
1 parent f670a46 commit bf7794e
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ commands:
cd /home/circleci/project/
ls -a -ltr
coverage combine
coverage xml -i
coverage xml
ls -a -ltr
wget -O /tmp/sonar-scanner-cli.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472.zip
unzip -d /tmp /tmp/sonar-scanner-cli.zip
Expand Down Expand Up @@ -347,23 +347,9 @@ workflows:
version: 2
build:
jobs:
- python37
- python38
- python39
- python310
- python311
- python312
- py37cassandra
- py38couchbase
- py38gevent
- final_job:
requires:
- python37
- python38
- python39
- python310
- python311
- python312
- py37cassandra
- py38couchbase
- py38gevent

0 comments on commit bf7794e

Please sign in to comment.