Skip to content

Commit fae2d53

Browse files
committed
being verbose so I can see what's getting mangled
1 parent 677df07 commit fae2d53

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
run: |
2020
pip install -e .[advanced,dev] coveralls
2121
coverage run --source=pynumdiff -m pytest -s
22-
coveralls
22+
coveralls --verbose
2323
env:
2424
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
25-
COVERALLS_SERVICE_NAME: github
2625
COVERALLS_GIT_COMMIT: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)