Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 7, 2024
1 parent feb830d commit 0bb0584
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 @@ -71,7 +71,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-unit-test-${{ matrix.python-version }}-${{ matrix.airflow-version }}
path: coverage/*.coverage
path: .coverage

# Run-Integration-Tests:
# needs: Authorize
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 0bb0584

Please sign in to comment.