Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek72850 committed Oct 7, 2023
1 parent 3aab476 commit 35c241a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@master
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 35c241a

Please sign in to comment.