Skip to content

Commit bd3057a

Browse files
surajitsurajit
authored andcommitted
modify workflow
1 parent 52ba5d8 commit bd3057a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Generate Report
1919
run: |
2020
pip install coverage
21-
coverage run -m unittest
21+
pip install pytest-cov
22+
coverage run -m pytest
2223
- name: Upload Coverage to Codecov
24+
with:
25+
token: 44c2af05-9cbb-4e7d-b3de-94784087ddad
2326
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)