Skip to content

Commit

Permalink
step to generate codecov coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaypatil96 committed Dec 7, 2021
1 parent fa3bc83 commit b1ccb94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
#----------------------------------------------
# coverage report
#----------------------------------------------
# - name: generate coverage report
# uses: codecov/[email protected]
# with:
# name: codecov-results-${{ matrix.python-version }}
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage.xml
# fail_ci_if_error: true
- name: generate coverage report
uses: codecov/[email protected]
with:
name: codecov-results-${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
fail_ci_if_error: true

0 comments on commit b1ccb94

Please sign in to comment.