Skip to content

Commit

Permalink
Merge branch 'main' into issue-1947-reconnect-on-connack-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Nov 22, 2024
2 parents 043fe2a + 1eed1b6 commit 5d8377f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 306 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/mqttjs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,16 @@ jobs:
timeout-minutes: 5
env:
CI: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
DEBUG: "${{ runner.debug == '1' && 'mqttjs:*' || '' }}"



# upload coverage to Codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
directory: ./coverage/
fail_ci_if_error: false
flags: unittests
name: codecov-mqttjs
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

2 changes: 1 addition & 1 deletion nyc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module.exports = {
functions: 89,
lines: 86,
statements: 86,
'check-coverage': true,
'check-coverage': true
}
Loading

0 comments on commit 5d8377f

Please sign in to comment.