File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
docs/product/test-analytics Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ chmod +x sentry-prevent-cli
7676Then, upload your test results using the CLI :
7777
7878` ` ` bash
79- sentry-prevent-cli db upload --report-type test_results --file <report_name>.junit.xml
79+ sentry-prevent-cli upload --report-type test-results --token <PREVENT_TOKEN>
8080` ` `
8181
8282# ## Run Your Test Suite
Original file line number Diff line number Diff line change @@ -51,7 +51,22 @@ chmod +x sentry-prevent-cli
5151To upload test results, use the following command:
5252
5353``` bash
54- sentry-prevent-cli db upload --report-type test_results --file < report_name > .junit.xml
54+ sentry-prevent-cli upload --report-type test-results --token < PREVENT_TOKEN >
5555```
5656
57- ## Integrity Checking the Uploader
57+ ## Integrity Checking the CLI
58+
59+ GitHub releases also includes the SHA for each asset. You can run
60+
61+ ``` bash
62+ shasum -a 256 < filename>
63+ ```
64+
65+ or
66+
67+ ``` bash
68+ sha256sum < filename>
69+ ```
70+
71+ and compare the checksum generated with that from GitHub releases.
72+
You can’t perform that action at this time.
0 commit comments