Skip to content

Commit cb86027

Browse files
committed
debug github actions
1 parent 56b4dab commit cb86027

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
if: matrix.os == 'ubuntu-latest'
5858
run: |
5959
coverage run -m unittest discover
60+
- name: Submit to coveralls
61+
run: |
62+
coveralls
6063
env:
6164
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6265
COVERALLS_PARALLEL: true
@@ -67,7 +70,7 @@ jobs:
6770
if: success()
6871
container: python:3-slim
6972
steps:
70-
- name: Submit to coveralls
73+
- name: Indicate completion to coveralls.io
7174
run: |
7275
pip install --upgrade coveralls
7376
coveralls --finish

0 commit comments

Comments
 (0)