Skip to content

Commit

Permalink
ci: first attempt to run coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
snideto committed Mar 11, 2022
1 parent bf2c562 commit 3f8655b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
run: pip3 install .

- name: Run tests
run: pytest . --pyargs
run: pytest --cov=j1939 test/

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"python-can>=3.3.4",
"numpy >= 1.17.0",
"pytest >= 6.2.5",
"pytest-cov >= 3.0.0",
],
include_package_data=True,

Expand Down

0 comments on commit 3f8655b

Please sign in to comment.