Skip to content
Merged
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
16 changes: 14 additions & 2 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ on:
- python/**
- .github/workflows/test_python.yml
- .github/actions/setup-python.yml
- .github/actions/setup-yarn.yml
- .github/actions/setup-node.yml
- sonar.python.properties
push:
branches:
- main
Expand Down Expand Up @@ -100,6 +99,19 @@ jobs:
run: |
npx turbo run test ${{ env.FILTER_ARGS }}

- name: Fix coverage.xml source paths
if: ${{ env.AFFECTED_PATHS != '' }}
run: |
for dir in $AFFECTED_PATHS; do
if [ -f "$dir/coverage.xml" ]; then
sed -i 's#<source>/home/runner/work/dbbs-solutions/dbbs-solutions#<source>/github/workspace#g' "$dir/coverage.xml"
fi
done
# change `sed -i` to `sed -i ''` if you are using macOS runner

- name: Setup sonarcloud
run: mv sonar.python.properties sonar-project.properties

- name: Sonarcloud Scan
uses: sonarsource/sonarqube-scan-action@v5
env:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test_typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ on:
- tsconfig.json
- turbo/**
- .github/workflows/test_typescript.yml
- .github/actions/setup-python.yml
- .github/actions/setup-yarn.yml
- .github/actions/setup-node.yml
- sonar.ts.properties
push:
branches:
- main
Expand Down Expand Up @@ -114,6 +114,9 @@ jobs:
if: ${{ env.AFFECTED_PATHS != '' }}
run: |
npx turbo run test ${{ env.FILTER_ARGS }}

- name: Setup sonarcloud
run: mv sonar.ts.properties sonar-project.properties

- name: Sonarcloud Scan
uses: sonarsource/sonarqube-scan-action@v5
Expand Down
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,62 +45,63 @@
"check-types": "npx turbo run check-types"
},
"devDependencies": {
"@compodoc/compodoc": "1.1.26",
"@compodoc/compodoc": "1.1.30",
"@dbbs/eslint-config": "*",
"@dbbs/tsconfig": "*",
"@nestjs/cli": "11.0.4",
"@nestjs/schematics": "11.0.1",
"@nestjs/cli": "11.0.10",
"@nestjs/schematics": "11.0.7",
"@tsconfig/node-lts": "20.1.3",
"@types/express": "5.0.0",
"@types/express": "5.0.3",
"@types/lodash.isobject": "3.0.9",
"@types/node": "22.13.5",
"@types/node": "22.18.6",
"@types/react": "18.3.3",
"@types/react-test-renderer": "18.3.0",
"@types/react-test-renderer": "18.3.1",
"@types/sanitize-html": "2",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react": "4.7.0",
"aws-cdk": "2.1000.3",
"aws-cdk-lib": "2.181.0",
"constructs": "10.4.2",
"dotenv": "16.4.7",
"dotenv": "16.6.1",
"dotenv-cli": "8.0.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.2.3",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-config-next": "14.2.33",
"eslint-config-prettier": "9.1.2",
"eslint-config-turbo": "2.5.8",
"eslint-import-resolver-typescript": "3.10.1",
"eslint-plugin-cypress": "3.6.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "28.14.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-turbo": "2.2.3",
"eslint-plugin-turbo": "2.5.8",
"husky": "9.1.7",
"inquirer": "12.4.2",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"inquirer": "12.9.6",
"lint-staged": "15.5.2",
"prettier": "3.6.2",
"rimraf": "6.0.1",
"rollup-plugin-visualizer": "5.14.0",
"serverless": "3.39.0",
"serverless": "3.40.0",
"serverless-deployment-bucket": "1.6.0",
"serverless-domain-manager": "7.4.0",
"serverless-esm-layer": "1.2.0",
"serverless-offline": "13.6.0",
"serverless-offline": "13.9.0",
"serverless-plugin-aws-alerts": "1.7.5",
"serverless-plugin-monorepo": "0.11.0",
"serverless-plugin-optimize": "4.2.1-rc.1",
"ts-loader": "9.5.2",
"ts-loader": "9.5.4",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"turbo": "2.3.3",
"turbo": "2.5.8",
"typescript": "5.5.4",
"vite": "5.4.1",
"webpack": "5.95.0"
"vite": "5.4.20",
"webpack": "5.101.3"
},
"packageManager": "yarn@4.2.2",
"lint-staged": {
Expand All @@ -110,6 +111,6 @@
},
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0"
"@actions/github": "6.0.1"
}
}
65 changes: 25 additions & 40 deletions python/packages/common/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading