Skip to content

Commit

Permalink
try modifying run syntax in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Oct 9, 2024
1 parent 4f32ea6 commit 2cb7326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Install dependencies
run: make build-for-test
- name: Report coverage
run: coverage run --source oldabe -m pytest
run: coverage report -m
run: coverage html
run: open coverage_html_report/index.html
- run: coverage run --source oldabe -m pytest
- run: coverage report -m
- run: coverage html
- run: open coverage_html_report/index.html
lint:
runs-on: ubuntu-latest
name: Lint the package
Expand Down

0 comments on commit 2cb7326

Please sign in to comment.