Skip to content

Commit

Permalink
v1.184.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varovaro committed Sep 16, 2024
2 parents 9e4e0c7 + 47ea554 commit 4148483
Show file tree
Hide file tree
Showing 94 changed files with 2,783 additions and 4,802 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: node --expose-gc -no-compilation-cache ./node_modules/.bin/jest app/api app/shared --coverage --coverageDirectory coverage/api --maxWorkers=2 --logHeapUsage
- run: ./cc-test-reporter format-coverage -t lcov -o tmp/codeclimate.api.json coverage/api/lcov.info
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: api-coverage-report
path: tmp/codeclimate.api.json
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: node --max-http-header-size 20000 ./node_modules/.bin/jest app/react --coverage --coverageDirectory coverage/react --maxWorkers=2
- run: ./cc-test-reporter format-coverage -t lcov -o tmp/codeclimate.react.json coverage/react/lcov.info
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: react-coverage-report
path: tmp/codeclimate.react.json
Expand All @@ -114,7 +114,9 @@ jobs:
needs: [api_unit_tests, app_unit_tests]
steps:
- name: Download tests results
uses: actions/download-artifact@v3
uses: actions/[email protected]
with:
pattern: '*-coverage-report'
- name: Download codeclimate binay
run: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- run: chmod +x ./cc-test-reporter
Expand Down
72 changes: 0 additions & 72 deletions app/react/V2/Components/Layouts/DragAndDrop/Container.tsx

This file was deleted.

250 changes: 0 additions & 250 deletions app/react/V2/Components/Layouts/DragAndDrop/DnDDefinitions.ts

This file was deleted.

34 changes: 0 additions & 34 deletions app/react/V2/Components/Layouts/DragAndDrop/DragSource.tsx

This file was deleted.

Loading

0 comments on commit 4148483

Please sign in to comment.