Skip to content

Commit

Permalink
fix: fixing coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Nov 29, 2023
1 parent 39f940c commit 06d0d94
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ jobs:
sonar_token: ${{ secrets.SONAR_TOKEN_BACKEND }}

- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v3
uses: romeovs/[email protected]
with:
coverage-files: ./backend/coverage/lcov.info
minimum-coverage: 75
artifact-name: code-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
update-comment: true
title: Backend coverage report
delete-old-comments: true
github-token: ${{ secrets.GHCR_TOKEN }}
lcov-file: ./backend/coverage/lcov.info

trivy:
name: Repository Report
Expand Down

0 comments on commit 06d0d94

Please sign in to comment.