Skip to content

Commit

Permalink
update deepsource workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schmurfy authored Mar 13, 2024
1 parent e294ad7 commit 124cc79
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
- name: Report test-coverage to DeepSource
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
run: |
# Install the CLI
curl https://deepsource.io/cli | sh
# Send the report to DeepSource
./bin/deepsource report --analyzer test-coverage --key go --value-file ./coverage.txt
uses: deepsourcelabs/test-coverage-action@master
with:
key: go
coverage-file: coverage.txt
dsn: ${{ secrets.DEEPSOURCE_DSN }}

0 comments on commit 124cc79

Please sign in to comment.