Skip to content

Commit 6494c30

Browse files
committed
feat: codecov test
1 parent 451cdce commit 6494c30

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
# path-to-lcov: lcov.info
8585
# continue-on-error: true
8686

87+
- name: Upload coverage to Codecov
88+
uses: codecov/codecov-action@v5
89+
with:
90+
token: ${{ secrets.CODECOV_TOKEN }}
91+
files: lcov.info
92+
8793
- name: SonarQube Scan
8894
uses: SonarSource/sonarqube-scan-action@v6.0.0
8995
env:

0 commit comments

Comments
 (0)