Skip to content

Commit

Permalink
chore: remove sonar from build process (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored May 20, 2022
1 parent f2a352c commit 14f9c5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,6 @@ jobs:
path: coverage
- store_test_results:
path: coverage
- run:
name: Copy code coverage to SonarQube
command: |
if [ "${CIRCLE_BRANCH}" == "master" ];
then
echo "Sending lcov.info to SonarQube..."
aws s3 cp coverage/lcov.info $AWS_S3_DIR_SONARQUBE/$CIRCLE_PROJECT_REPONAME/lcov.info
else
echo "Not a release (env CIRCLE_BRANCH != 'master'), skipping sending lcov.info to SonarQube."
fi

test-integration:
executor: default-machine
Expand Down
17 changes: 0 additions & 17 deletions sonar-project.properties

This file was deleted.

0 comments on commit 14f9c5b

Please sign in to comment.