sclorg / testing-farm-as-github-action

GitHub Action to execute tests by Testing Farm and update Pull Request status
MIT License
13 stars 11 forks source link

update concurrency part in README #133

Closed zmiklank closed 8 months ago

zmiklank commented 8 months ago

${{ github.head_ref }} is not available for issue_comment target, use simple string as an exemplary concurrency group. Use tfaga@v2 for this, as this is the first version supporting concurrency mechanisms.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.28%. Comparing base (6d060a1) to head (2d5e1ec). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #133 +/- ## ========================================== - Coverage 99.29% 99.28% -0.01% ========================================== Files 8 8 Lines 564 563 -1 Branches 61 61 ========================================== - Hits 560 559 -1 Misses 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jamacku commented 8 months ago

@zmiklank maybe also update the second example with v2

zmiklank commented 7 months ago

[test-all]