Skip to content

Commit

Permalink
chore: updating unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Nov 29, 2023
1 parent 8d57947 commit 39f940c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v3
with:
coverage-files: coverage/lcov.info
coverage-files: ./backend/coverage/lcov.info
minimum-coverage: 75
artifact-name: code-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./backend
update-comment: true

trivy:
Expand Down

0 comments on commit 39f940c

Please sign in to comment.