You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
UTBot code analysis
test-1.0.19
Pre-release
You can use this GitHub Action to create pull requests tests and code analysis info to your repository
All inputs are required
Name | Description | Default |
---|---|---|
test_push_info |
Add tests to pull request | true |
test_delete_info |
Delete old tests in pull request | false |
Settings > Actions > Allow GitHub Actions to create and approve pull requests
permissions: write-all
line at action before using Utbot Action
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: UTBot code analysis
uses: slawa4s/[email protected]