Skip to content

Commit d8aca45

Browse files
committed
Increase unittest verbosity
1 parent e395120 commit d8aca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_unitests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
COINGLASS_SECRET: ${{ secrets.COINGLASS_SECRET }}
3737
run: |
38-
poetry run coverage run -m unittest
38+
poetry run coverage run -m unittest -v
3939
poetry run coverage xml
4040
- name: Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)