taojintianxia commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1704237943
########## .github/workflows/jacoco.yml: ########## @@ -0,0 +1,51 @@ +name: Coverage + +on: [push, pull_request] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout branch Review Comment: we do not need to set a name to checkout@v4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
