Skip to content

Commit ec7c573

Browse files
updates to column spec options, code coverage action
1 parent 9ca8672 commit ec7c573

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Install dependencies
4646
run: pipenv install --dev
4747

48+
- name: Install Coverage
49+
run: pip install coverage
50+
4851
- name: Lint
4952
run: |
5053
pipenv run prospector --profile prospector.yaml

0 commit comments

Comments
 (0)