Skip to content

Commit ef3e15c

Browse files
committed
Merge branch 'master' of https://github.com/AlecThomson/arrakis
2 parents 4f8d269 + c8116e6 commit ef3e15c

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)