Skip to content

Commit

Permalink
fix coverage commands and syntax in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Oct 9, 2024
1 parent 2cb7326 commit 338345a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ 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 $(PACKAGE-NAME) -m pytest;
coveralls
lint:
runs-on: ubuntu-latest
name: Lint the package
Expand Down

0 comments on commit 338345a

Please sign in to comment.