Skip to content

Commit

Permalink
Merge pull request #93 from FreeTAKTeam/84-implement-service-manageme…
Browse files Browse the repository at this point in the history
…nt-component

Merge pull request #92 from FreeTAKTeam/main
  • Loading branch information
naman108 authored Oct 19, 2024
2 parents 24bc9ba + b072083 commit d7822d8
Show file tree
Hide file tree
Showing 64 changed files with 369 additions and 673 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]

jobs:
sonarcloud:
name: SonarCloud
Expand All @@ -19,9 +18,18 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install tox and any other packages
run: pip install tox
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV # Add current directory to PYTHONPATH
- name: Run tox
run: tox -e py
- name: Display structure of downloaded files
run: |
pwd
ls -R
cat coverage.xml
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
with:
projectBaseDir: ${{ github.workspace }}
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,7 @@ digitalpy/core/IAM/persistence/connections.json
digitalpy/core/IAM/persistence/IAMRecords.db

# Databases
*.db
*.db

# conf
.vscode/
13 changes: 0 additions & 13 deletions Tox.ini

This file was deleted.

27 changes: 0 additions & 27 deletions digitalpy/core/IAM/controllers/iam_controller.py

This file was deleted.

175 changes: 0 additions & 175 deletions digitalpy/core/IAM/controllers/iam_general_controller.py

This file was deleted.

26 changes: 0 additions & 26 deletions digitalpy/core/IAM/controllers/iam_sender_controller.py

This file was deleted.

27 changes: 0 additions & 27 deletions digitalpy/core/digipy_configuration/digpy_configuration_facade.py

This file was deleted.

Loading

0 comments on commit d7822d8

Please sign in to comment.