Skip to content

Commit

Permalink
chore: remove codecov deprecated dep and use in action
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 24, 2024
1 parent abf0de4 commit ec19e1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 306 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mqttjs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
timeout-minutes: 5
env:
CI: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
DEBUG: "${{ runner.debug == '1' && 'mqttjs:*' || '' }}"



# upload coverage to codecov
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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 ec19e1a

Please sign in to comment.