Skip to content

added tests

added tests #7

# name: "sonar_cloud_scan_github_actions"
# on:
# push:
# branches: ['master' , 'main']
# # pull_request:
# # branches: ['master']
# permissions:
# contents: write
# jobs:
# CodeScan-Analysis:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: SonarCloud Scan
# uses: sonarsource/sonarcloud-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# with:
# args: >
# -Dsonar.organization=joelwembo
# -Dsonar.projectKey=joelwembo_django-multitenant-saas-ecommerce-kubernetes
# -Dsonar.python.coverage.reportPaths=coverage.xml