Skip to content

Commit

Permalink
fix(CI): upload coverage only once
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 authored Feb 9, 2025
1 parent e7b281e commit 6c629a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
./coverage/lcov.info
./coverage/junit.xml
./coverage/test-report.xml
if: always()
if: matrix.node-version == 'lts/*' && matrix.unifi-version == 'latest'



eslint:
Expand Down Expand Up @@ -146,8 +147,6 @@ jobs:
path: ./coverage/
- uses: codecov/codecov-action@v4
with:
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
# files: ./coverage/clover.xml # optional
fail_ci_if_error: false # optional (default = false)
sonarcloud:
name: SonarCloud
Expand Down

0 comments on commit 6c629a4

Please sign in to comment.