-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
94 changed files
with
2,783 additions
and
4,802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file was deleted.
Oops, something went wrong.
250 changes: 0 additions & 250 deletions
250
app/react/V2/Components/Layouts/DragAndDrop/DnDDefinitions.ts
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
app/react/V2/Components/Layouts/DragAndDrop/DragSource.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.