Skip to content

Commit

Permalink
ci: Add covecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav committed Oct 15, 2024
1 parent d194640 commit f5bad7a
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/rust-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,22 +110,9 @@ jobs:
- name: Setup LCOV
uses: hrishikesh-kadam/setup-lcov@6c1aa0cc9e1c02f9f58f01ac599f1064ccc83470

- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@fea161ae6d85807479ea109d42259c9165558a64
- name: Codecov
uses: codecov/codecov-action@v4
with:
working-directory: ./head/
coverage-files: ${{github.workspace}}/lcov.info
artifact-name: code-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
update-comment: true

# review_app_coverage:
# if: github.event_name == 'pull_request'
# needs: [tests]
# secrets: inherit
# uses: famedly/frontend-ci-templates/.github/workflows/review-app.yml@main
# with:
# projectname: "ldap-sync-coverage"
# pr: ${{ github.event.pull_request.number }}
# environment: "review"
# artifact-name: "code-coverage-report"
token: ${{secrets.CODECOV_TOKEN}}
files: "${{github.workspace}}/lcov.info"

0 comments on commit f5bad7a

Please sign in to comment.