Skip to content

infix-tech/binfix-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Binfix demo

This repository demonstrates Binfix and what the analysis reports and pull requests look like.

In short

For every push to the default branch, Binfix analyzes the commits associated with that push. Each modified file that Binfix supports is analyzed and reviewed and detailed information about these files are specified in a report. Binfix may propose changes through a pull request, where the files can be reviewed. The user then decides to merge or ignore the pull request.

Demo

Binfix demo

Check it out yourself

The result of the analysis is visualized with a status icon after commit titles.

When you hover over these status icons, you can click on infixbinfix details, which brings you to the analysis report.

This will show more detailed information about what was found in the files and if changes are proposed. If there are, there will also be a pull request available where the proposed changes are applied.

Interested?

If you would like to enable Binfix for your repository as well, follow these steps:

  1. Install Binfix app on your account.
  2. Give all or some of the repositories read/write permissions during the installation.
  3. Add a .binfix.yml configuration file to the root of your repository. This is also explained in the additional installation instructions after installing Binfix.
  4. Done!

Every push to the default branch will now be analyzed by Binfix!