Skip to content

Commit

Permalink
setup test coverage for deepsource #2667
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Sep 29, 2022
1 parent b596bbb commit 965b816
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
continue-on-error: true
- name: find
run: find . -name "jacoco*.xml"
- name: Report results to DeepSource
run: |
curl https://deepsource.io/cli | sh
./bin/deepsource report --analyzer test-coverage --key java --value-file ./build/reports/jacoco/jacocoTestReport.xml
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}

jaxrs-activemq-quarkus:
needs: init-build
Expand Down

0 comments on commit 965b816

Please sign in to comment.