Skip to content

Commit

Permalink
Merge branch 'add_points' of https://github.com/danforthcenter/plantc…
Browse files Browse the repository at this point in the history
…v-annotate into add_points
  • Loading branch information
HaleySchuhl committed Mar 5, 2024
2 parents 9b2689f + 52169cf commit 8c26942
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 8c26942

Please sign in to comment.