Skip to content

Commit

Permalink
updated test.yaml by adding Swagger API Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
“Dorokhin committed Jun 2, 2024
1 parent 65a8c13 commit b36c6a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,16 @@ jobs:
github_token: ${{ secrets.GH_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history

- name: Run Swagger coverage
if: always()
run: .swagger-coverage-commandline/bin/swagger-coverage-commandline -s http://$HOST:8111/app/rest/swagger.json -i target/swagger-coverage-output

- name: Save Swagger coverage
uses: actions/upload-artifact@v4
if: always()
with:
name: swagger-coverage
path: |
swagger-coverage-report.html
swagger-coverage-results.json

0 comments on commit b36c6a8

Please sign in to comment.