Skip to content

Commit

Permalink
updates to column spec options, code coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanstokes-db committed Dec 9, 2024
1 parent 9ca8672 commit ec7c573
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Install dependencies
run: pipenv install --dev

- name: Install Coverage
run: pip install coverage

- name: Lint
run: |
pipenv run prospector --profile prospector.yaml
Expand Down

0 comments on commit ec7c573

Please sign in to comment.