enable codecov

This commit is contained in:
Akash Mahanty
2022-02-08 16:51:38 +05:30
parent 2bbfee7b2f
commit a531131deb

View File

@@ -38,6 +38,6 @@ jobs:
- name: Test with pytest
run: |
pytest
# - name: Upload coverage to Codecov
# run: |
# bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codecov
run: |
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}