Skip to content

Commit

Permalink
Upload jacoco report to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Nov 15, 2023
1 parent 8daa3dc commit 031a7ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,11 @@ jobs:
uses: codecov/codecov-action@v3
with:
verbose: true
- name: "Upload jacoco"
uses: actions/upload-artifact@v3
with:
name: jacoco-report
path: target/site/*

error-code-inspecting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 031a7ca

Please sign in to comment.