Zhenye-Na commented on issue #26526:
URL: 
https://github.com/apache/shardingsphere/issues/26526#issuecomment-1749999150

   Further investgation pointed out that if any maintainer of this repo could 
access repo settings > secrets and variable > actions and properly set the 
variable of `CODECOV_TOKEN=EXAMPLE`
   
   
   I could make the following steps in the `nightly-check.yml` or other CI you 
proposed to enable this feature
   
   ```
   - name: Upload coverage reports to Codecov
     uses: codecov/codecov-action@v3
     env:
       CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
   ```


-- 
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]

Reply via email to