Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
debug: upload test report as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jan 31, 2024
1 parent bcc78b3 commit 97f87b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./code-coverage-report/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml
fail_ci_if_error: true
flags: unittests
flags: unittests
- name: Upload plugin test report
if: always()
uses: actions/upload-artifact@v4
with:
name: plugin-test-report
path: ./codyze-plugins/build/reports/tests/test/index.html

0 comments on commit 97f87b7

Please sign in to comment.