Skip to content

Commit c8116e6

Browse files
authored
Update python-app.yml
1 parent 9349c9a commit c8116e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Lint with black
3838
run: |
3939
black --check arrakis
40-
# - name: Test with pytest
41-
# run: |
42-
# pytest
40+
- name: Upload coverage reports to Codecov
41+
uses: codecov/codecov-action@v3
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)