Skip to content

Commit

Permalink
Merge pull request #586 from macbre/ci/submit-coverage
Browse files Browse the repository at this point in the history
Update nodejs.yml: submit coverage reports when running using lts
  • Loading branch information
macbre authored Jan 11, 2025
2 parents 71a0705 + da9622f commit a31c52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Log the Node.js version used
run: echo "::notice::Using Node.js $( node -v)"
run: echo "::notice::Using Node.js $(node -v)"

- name: Install dependencies
run: npm ci
Expand All @@ -47,7 +47,7 @@ jobs:
# https://github.com/marketplace/actions/coveralls-github-action
# upload coverage report for just one of Node.js version matrix runs
- name: Upload coverage report to Coveralls
if: matrix.node-version == '18.x'
if: matrix.node-version == 'lts/*'
uses: coverallsapp/github-action@v2.3.4
continue-on-error: true
with:
Expand Down

0 comments on commit a31c52f

Please sign in to comment.