Skip to content

Commit

Permalink
Update code_cov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 authored Nov 25, 2023
1 parent 2a4a4b8 commit 86eb225
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/code_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Run the tests
run: |
pytest tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage report to Codecov
run: |
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 86eb225

Please sign in to comment.