Skip to content

Commit

Permalink
Merge branch 'main' into tifreading
Browse files Browse the repository at this point in the history
  • Loading branch information
nfahlgren authored Mar 4, 2024
2 parents b536f48 + 932d28f commit fa61c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Run coverage analysis on pytest tests
run: |
pip install .
py.test --cov-report=xml --cov=plantcv tests/
py.test --cov-report=xml --cov=./
- name: Upload coverage to Deepsource
uses: deepsourcelabs/test-coverage-action@master
with:
Expand Down

0 comments on commit fa61c33

Please sign in to comment.