Skip to content

Commit

Permalink
chore: enable back codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 22, 2024
1 parent 8f7e894 commit 335a4ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/mqttjs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
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
- 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

0 comments on commit 335a4ac

Please sign in to comment.