Skip to content

Commit

Permalink
Remove codecov block since no coverage data is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Oct 4, 2024
1 parent 34f622b commit 14a8810
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/kb_sdk_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
run: |
sh GHA_scripts/kb-sdk test --verbose
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
# TODO COVERAGE alter the Makefile to generate coverage info and uncomment
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true

0 comments on commit 14a8810

Please sign in to comment.