[526] updates for deepsource test coverage integration with GitHub Ac… #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Report results to DeepSource | ||
run: | | ||
# Tests have finished and a test coverage report is available | ||
# Install deepsource CLI | ||
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 }} |