?? New release: Enable users to know test coverage report on GitAuto dashboard, grasp where to improve file by file, and open GitHub issues for selected ones GitAuto is a QA coding agent. The GitAuto's Coverage Dashboard is a new tool that displays test coverage data for repositories where GitAuto is installed. It helps users create GitHub issues for improving test coverage. The help content outlines four main steps: 1. Select Repository: Users need to choose an Organization and Repository to begin. 2. Refresh Coverage: First-time users should click the "Refresh Coverage" button in the Actions menu. 3. Wait for Analysis: The system takes 5-10 minutes to: - Clone the repo - Install packages - Build the project - Run tests - Generate and analyze test reports - Show coverage data
GitAuto
软件开发
San Francisco,CA 170 位关注者
GitAuto is an AI engineer that generates GitHub pull requests from GitHub issues.
关于我们
What we offer GitAuto is an AI engineer that generates GitHub pull requests from GitHub issues. Cost is cut by 99% compared to hiring a real engineer. How to install Install GitAuto by clicking the "Configure" button in the upper right corner. Ensure you're the repository owner. Select the owner (organization or personal account) and the specific repository for GitAuto use. How to get started First, create an issue, such as a bug report or feature request. Label it as `gitauto`. Then, you just need to wait for the PR is created. GitAuto updates you on progress in the issue comments. Pricing Get started for free. Subscribe when you want to use it more. For any inquiries, reach out to us at [email protected]
- 网站
-
https://gitauto.ai
GitAuto的外部链接
- 所属行业
- 软件开发
- 规模
- 2-10 人
- 总部
- San Francisco,CA
- 类型
- 私人持股
- 创立
- 2024
地点
-
主要
Galvanize Coworking
44 Tehama St
US,CA,San Francisco,94105
GitAuto员工
动态
-
?? New release: Enhance the log feature to maintain a historical record of GitAuto's actions, enabling users to easily track all activities performed by GitAuto on their behalf.
GitAuto
gitauto.ai
-
?? New post: How to Add Widget Tests with a QA Coding Agent for Flutter
GitAuto
gitauto.ai
-
?? New release: Enable GitAuto to read all lines of a file if it's within 100 lines. For files exceeding this limit, read only the specified section along with 50 lines before and after when line numbers are provided. Background: When GitAuto rummages through files in a repository, it assumes the files are large and allows specifying line numbers to reduce noise. However, due to a quirk—possibly related to the o3-mini model GitAuto uses—it sometimes unnecessarily specifies the first line. In such cases, GitAuto should read all lines, just as it would when no line numbers are specified.
-
?? New post: How to Add an Automated Unit Test with a Coding Agent
GitAuto
gitauto.ai
-
?? New post: How to Fix an Error within Minutes with Sentry and GitAuto When a bug pops up, what do you do? Fix it? Ignore it? Does your logging tool catch it? Or do you only find out when a customer complains? But, hey, the stuff you gotta do this week doesn't change, right? Wouldn't it be awesome if you could whip up a fix PR as soon as a bug hits? Error logs aren't always clear, can mislead, and often don't reveal the cause, so you can't say you'll fix everything 100%. Still, it might cut down the initial investigation big time. So, we ran an experiment combining a logging tool with an AI Coding Agent to see if we could create a fix PR right after a bug shows up.
-
?? New post: How to Add Integration Tests Using an AI Coding Agent Back in the day, when manual testing was the norm, folks would spend ages crafting test specs in Excel and have someone else review them. But when it came time to actually run the tests, they'd often be short on time or things wouldn’t go smoothly. This led to fudging results since everything was manual. This kind of thing was common, and there were constant inquiries into why these fudging occurred and how to prevent them. Now? Automating tons of tests and running them instantly is a breeze. I wrote an article showing how you can use an AI coding agent, GitAuto, to whip up integration test PRs in minutes, run those tests immediately, and keep them running continuously going forward. If you're in a similar boat, give it a shot.