Skip to content

Commit

Permalink
Add CI workflow step to upload reports to Github (#452)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Aug 8, 2023
1 parent f729e5d commit 8d5c371
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ matrix.os }}-JDK${{ matrix.java }}-reports
path: |
./build/reports/

0 comments on commit 8d5c371

Please sign in to comment.