-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0f01fd
commit 6ae60d9
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,13 +27,8 @@ jobs: | |
- name: Install devenv.sh | ||
run: nix profile install nixpkgs#devenv | ||
|
||
- name: Run tests | ||
shell: devenv shell bash -e {0} | ||
run: | | ||
uv sync | ||
uv pip install onnxruntime>=1.8.0 deepsparse>=1.4.0 | ||
uv run coverage run --source=hsf -m pytest | ||
uv run coverage xml | ||
- name: Run Tests and Coverage | ||
run: devenv shell pytestcoverage | ||
|
||
- name: Publish Coverage on CodeClimate | ||
uses: paambaati/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters