jesseduffield / lazygit

simple terminal UI for git commands
MIT License
48.05k stars 1.73k forks source link

Include demos when running integration tests on CI #3640

Closed stefanhaller closed 4 weeks ago

stefanhaller commented 4 weeks ago

This includes the demos when using make integration-test-all, and speeds them up a little bit when run in this way by disabling Wait calls when running in headless mode.

This will guard against demos breaking when we make behavior changes, as happened several times in the past (most recently in #3636.

codacy-production[bot] commented 4 weeks ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 187a2f0cc256c4980da2811cc18d5ea3a054a80c[^1] :white_check_mark: 71.43%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (187a2f0cc256c4980da2811cc18d5ea3a054a80c) | Report Missing | Report Missing | Report Missing | | | Head commit (f5329440fccc54ca60d6e53ec4db28237905880d) | 51749 | 44693 | 86.36% | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#3640) | 7 | 5 | **71.43%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more [^1]: Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.