Skip to content

Commit

Permalink
only consider xcube package in testing
Browse files Browse the repository at this point in the history
konstntokas committed May 15, 2024
1 parent 0ef77ec commit e0095da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcube_workflow.yaml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ jobs:
run: |
pip install pytest pytest-cov
pytest --cov=./ --cov-report=xml
pytest --cov=xcube --cov-report=xml
- uses: codecov/codecov-action@v1
with:
verbose: true # optional (default = false)

0 comments on commit e0095da

Please sign in to comment.