Skip to content

Commit

Permalink
Update ci-unit-tests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
  • Loading branch information
akagami-harsh authored Oct 19, 2023
1 parent b0826a9 commit 2169ee2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ jobs:
- name: Run unit tests
run: make test-ci

- name: Generate JUnit XML
run: go-junit-report < cover.out > test-results.xml

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: "**/test-results.xml"

- name: Upload coverage to codecov
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2
with:
Expand Down

0 comments on commit 2169ee2

Please sign in to comment.