Skip to content

Commit

Permalink
chore: Add dorny/test-reporter for webapi test results DEV-1544 (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 6, 2022
1 parent 35a0e09 commit 5c76338
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Expand Up @@ -15,6 +15,13 @@ jobs:
uses: dasch-swiss/dsp-api/.github/actions/preparation@main
- name: Run all tests
run: sbt -v coverage test coverageAggregate
- name: WebApi Unit Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: WebApi Unit Test Results
path: ./webapi/target/test-reports/TEST-*.xml
reporter: java-junit
- name: Upload coverage data to codacy
uses: codacy/codacy-coverage-reporter-action@v1
with:
Expand Down

0 comments on commit 5c76338

Please sign in to comment.