-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for test result ingestion in the CLI (#347)
* feat: add test result file finding in FileFinder * feat: update upload collector to handle test result files * feat: update upload senders to handle test result files * feat: add report type option and rename coverage files options to files * tests: add tests for test_results * fix: fix file finder excluded patterns * tests: update file finder tests * tests: add tests for generate_upload_data * fix: move url and data choice to separate function in upload sender * fix: no more prep plugins in test results upload * fix: pass report type to file finder constructor * test: fix tests due to prep plugin and file finder changes Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
- Loading branch information
1 parent
f3827b3
commit be85cc8
Showing
14 changed files
with
513 additions
and
170 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.