{"id":19633266,"url":"https://github.com/quipper/send-ci-result-to-bigquery-action","last_synced_at":"2026-05-01T23:33:56.234Z","repository":{"id":177495496,"uuid":"656496643","full_name":"quipper/send-ci-result-to-bigquery-action","owner":"quipper","description":"Send test results to BigQuery in GitHub Actions","archived":false,"fork":false,"pushed_at":"2024-04-22T11:12:38.000Z","size":9024,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-04-22T13:07:49.213Z","etag":null,"topics":["bigquery","github-actions","google-bigquery","junit-xml"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quipper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-21T04:26:24.000Z","updated_at":"2024-04-25T14:46:40.334Z","dependencies_parsed_at":"2024-04-25T14:45:57.607Z","dependency_job_id":null,"html_url":"https://github.com/quipper/send-ci-result-to-bigquery-action","commit_stats":null,"previous_names":["quipper/send-ci-result-to-bigquery-action"],"tags_count":36,"template":false,"template_full_name":"int128/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fsend-ci-result-to-bigquery-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fsend-ci-result-to-bigquery-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fsend-ci-result-to-bigquery-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fsend-ci-result-to-bigquery-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quipper","download_url":"https://codeload.github.com/quipper/send-ci-result-to-bigquery-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240935585,"owners_count":19881169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigquery","github-actions","google-bigquery","junit-xml"],"created_at":"2024-11-11T12:16:50.680Z","updated_at":"2026-05-01T23:33:56.204Z","avatar_url":"https://github.com/quipper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# send-ci-result-to-bigquery-action [![ts](https://github.com/quipper/send-ci-result-to-bigquery-action/actions/workflows/ts.yaml/badge.svg)](https://github.com/quipper/send-ci-result-to-bigquery-action/actions/workflows/ts.yaml)\n\nThis is an action to send test results of JUnit XML to Google Cloud BigQuery.\n\n## Getting Started\n\n**Status:** still in beta\n\n```yaml\njobs:\n  rspec:\n    steps:\n      - uses: actions/checkout@v3\n      # Generate a test result in JUnit XML.\n      # For example,\n      - run: bundle exec rspec --format RspecJunitFormatter --out report/rspec.xml\n      - uses: google-github-actions/auth@v1\n        with:\n          workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'\n          service_account: 'my-service-account@my-project.iam.gserviceaccount.com'\n      - uses: quipper/send-ci-result-to-bigquery-action@v0\n        with:\n          test-result-xml-glob: report/rspec.xml\n          bigquery-dataset-name: ci_result\n          bigquery-ci-result-table-name: ci_result\n          bigquery-ci-context-table-name: ci_context\n          github-matrix-context-json: ${{ toJson(matrix) }} # only if using matrix\n```\n\n## Specification\n\n### Inputs\n\n| Name                             | Default    | Description                  |\n| -------------------------------- | ---------- | ---------------------------- |\n| `test-result-xml-glob`           | (required) | Glob pattern of test results |\n| `bigquery-dataset-name`          | (required) | Dataset name                 |\n| `bigquery-ci-result-table-name`  | (required) | Table name of CI result      |\n| `bigquery-ci-context-table-name` | (required) | Table name of CI context     |\n\n### Outputs\n\nNone.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fsend-ci-result-to-bigquery-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquipper%2Fsend-ci-result-to-bigquery-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fsend-ci-result-to-bigquery-action/lists"}