Skip to content

Commit

Permalink
Add automatized review example #36
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Nov 15, 2024
1 parent 7389d2f commit 872101e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lectures/16_automatization.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,17 @@ just decrease the work by automatizing trivial tasks
::::::::::::


## automatized review -- example

- [CI]{.tooltip title="continuous integration"} services integrated into the code hosting / developer platforms
- code changes can ba annotated by automatized review findings
- [usually at a pull request level]{.text-smaller}
- a bit slower feedback than running static analysis or test locally

::: {.mt-3}
![source: [go-gitea/gitea at GitHub, pull request #31768](https://github.com/go-gitea/gitea/pull/31768/files)](figures/github_automated_review.png){width=850}
:::


# interruption

Expand Down
Binary file added lectures/figures/github_automated_review.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 872101e

Please sign in to comment.