Skip to content

Commit

Permalink
Try v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Koval committed Dec 7, 2024
1 parent 0c68fc0 commit 5ec3903
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,9 @@ jobs:
flags: api-${{ matrix.database }}

- name: Upload test execution results
uses: codecov/test-results-action@v1
uses: codecov/test-results-action@v1.0.1
if: ${{ steps.test.conclusion == 'success' || steps.test.conclusion == 'failure' }}
with:
override_branch: ${{ github.ref }}
token: ${{ secrets.CODECOV_TOKEN }}
flags: api-${{ matrix.database }}
files: ./api/test-api-coverage-report.xml
Expand Down Expand Up @@ -133,10 +132,9 @@ jobs:
flags: ui

- name: Upload test execution results
uses: codecov/test-results-action@v1
uses: codecov/test-results-action@v1.0.1
if: ${{ steps.test.conclusion == 'success' || steps.test.conclusion == 'failure' }}
with:
override_branch: ${{ github.ref }}
token: ${{ secrets.CODECOV_TOKEN }}
flags: ui
directory: ./ui
Expand Down

0 comments on commit 5ec3903

Please sign in to comment.