Skip to content

Commit

Permalink
Fix mis code coverage job issue (#46)
Browse files Browse the repository at this point in the history
* Fix mis code coverage job issue

* Update anyscale_provider/operators/anyscale.py
  • Loading branch information
pankajastro authored Aug 8, 2024
1 parent 1a66254 commit 67dbf4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
pip3 install coverage
- name: Download all coverage artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: ./coverage
- name: Combine coverage
Expand Down
4 changes: 4 additions & 0 deletions scripts/test/unit_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
pytest \
-vv \
--cov=anyscale_provider \
--cov-report=term-missing \
--cov-report=xml \
--durations=0 \
--durations=0 \
-m "not (integration or perf)"

0 comments on commit 67dbf4b

Please sign in to comment.