Skip to content

Commit

Permalink
feat: collect coverage report in sonar cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
devnied committed Nov 7, 2024
1 parent e89834b commit 9ad8cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1
with:
outfile: coverage.lcov
working-directory: coverage
infile: coverage/backend.out
outfile: coverage/coverage.lcov

- name: SonarCloud Scan
uses: SonarSource/[email protected]
Expand Down

0 comments on commit 9ad8cc8

Please sign in to comment.