Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
copy changes from plantcv updates
  • Loading branch information
HaleySchuhl committed Mar 1, 2024
1 parent 5ec8615 commit d6c8a12
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
run: |
pip install .
py.test --cov-report=xml --cov=plantcv tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage to Deepsource
uses: deepsourcelabs/test-coverage-action@master
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
fail_ci_if_error: true
key: python
coverage-file: coverage.xml
dsn: ${{ secrets.DEEPSOURCE_DSN }}
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}

0 comments on commit d6c8a12

Please sign in to comment.