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 11, 2024
2 parents 1d1b34e + 483b846 commit b5d7bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
files: ${{ github.workspace }}/coverage/unit/codecov.json
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true

integration-tests:
name: Integration tests
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
files: ${{ github.workspace }}/coverage/render/codecov.json
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
- name: Upload render test failure
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b5d7bba

Please sign in to comment.