Skip to content

Commit

Permalink
Merge branch 'main' into globe
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Apr 10, 2024
2 parents cceaebc + c197cc3 commit 1d1b34e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "codecov/codecov-action"
versions: ["4"]
6 changes: 4 additions & 2 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
- run: npm ci
- run: npm run test-unit-ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ${{ github.workspace }}/coverage/unit/codecov.json
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

integration-tests:
name: Integration tests
Expand Down Expand Up @@ -104,10 +105,11 @@ jobs:
CURRENT_SPLIT_INDEX: ${{ matrix.split }}
if: success() || failure()
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ${{ github.workspace }}/coverage/render/codecov.json
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload render test failure
if: failure()
uses: actions/upload-artifact@v4
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"dts-bundle-generator": "^9.3.1",
"eslint": "^8.57.0",
"eslint-config-mourner": "^3.0.0",
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-html": "^8.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-react": "^7.34.1",
Expand Down

0 comments on commit 1d1b34e

Please sign in to comment.