Skip to content

[526] updates for deepsource test coverage integration with GitHub Ac… #1

[526] updates for deepsource test coverage integration with GitHub Ac…

[526] updates for deepsource test coverage integration with GitHub Ac… #1

- name: Report results to DeepSource
run: |
# Tests have finished and a test coverage report is available
# Install deepsource CLI

Check failure on line 5 in .github/workflows/deepsource_coverage_report.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deepsource_coverage_report.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
curl https://deepsource.io/cli | sh
# From the root directory, run the report coverage command
./bin/deepsource report --analyzer test-coverage --key python --value-file ./path/to/report
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}