diff options
| author | 2020-02-21 11:19:18 -0800 | |
|---|---|---|
| committer | 2020-02-21 11:19:18 -0800 | |
| commit | 1498dfadea4a1a33ff9686bb8b2484de8c5b0c33 (patch) | |
| tree | 5ed27ae555e729ef00f8328ac2d00394d02ceebd /azure-pipelines.yml | |
| parent | Merge pull request #761 from python-discord/logging (diff) | |
| parent | Attach jump_to url to the event (diff) | |
Merge pull request #762 from python-discord/setup-sentry-sdk
Sentry SDK setup
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0400ac4d2..874364a6f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,7 +30,7 @@ jobs: - script: python -m flake8 displayName: 'Run linter' - - script: BOT_API_KEY=foo BOT_TOKEN=bar WOLFRAM_API_KEY=baz REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham coverage run -m xmlrunner + - script: BOT_API_KEY=foo BOT_SENTRY_DSN=blah BOT_TOKEN=bar WOLFRAM_API_KEY=baz REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham coverage run -m xmlrunner displayName: Run tests - script: coverage report -m && coverage xml -o coverage.xml |