Skip to content

Commit

Permalink
chore: attempt fixing cov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Sep 12, 2024
1 parent 4d886c0 commit 8d38668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Run coverage
run: make ci_coverage
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

quality:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d38668

Please sign in to comment.