Skip to content

Commit

Permalink
Add server tests (AST-80969)
Browse files Browse the repository at this point in the history
  • Loading branch information
greensd4 committed Jan 21, 2025
1 parent 58e1185 commit 6afa0f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage-report/target/site/jacoco-aggregate
path: coverage-report/target/site/jacoco-aggregate/index.html

- name: Generate JaCoCo Badge
uses: cicirello/jacoco-badge-generator@f33476a5a3fd5a4f77cb5eef2ebe728c1dd5b921 #v2.11.0
with:
jacoco-csv-file: coverage-report/target/site/jacoco-aggregate/jacocoTestReport.csv

# - name: Check Coverage Threshold
# run: |
Expand Down

0 comments on commit 6afa0f4

Please sign in to comment.