Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2.1
orbs:
sonarcloud: sonarsource/sonarcloud@1.0.0
jobs:
build:
docker:
- image: 'circleci/python:3.7.4'
steps:
- checkout
- sonarcloud/scan
workflows:
my-workflow:
jobs:
- build:
context: SonarCloud
12 changes: 12 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sonar.projectKey=nbushongjc_jcapi-ruby
sonar.organization=nbushongjc

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=jcapi-ruby
#sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8