fix: codecov not running on PRs (#1211)

This commit is contained in:
Syed Sajjad Hussain Shah
2024-04-01 11:30:54 +05:00
committed by GitHub
parent cd8474465b
commit 60a6c97e22

View File

@@ -42,3 +42,5 @@ jobs:
- name: Run Code Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}