diff options
| author | N. Taylor Mullen <[email protected]> | 2025-05-15 22:59:53 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-15 22:59:53 -0700 |
| commit | 7d818b46bc6bfd5f065cd597fb2d92d999c526de (patch) | |
| tree | f01c6b7881a3e7dcdb19ccfcee538c4bf3b7a0ea /.gitignore | |
| parent | 9c46acc793df3573e6fbcf53ac3e46663494e410 (diff) | |
feat: Enable CI test reporting and artifact management (#367)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,4 +23,7 @@ dist # Docker folder to help skip auth refreshes .docker -bundle
\ No newline at end of file +bundle + +# Test report files +junit.xml |
