buraksenn commented on issue #23647:
URL: https://github.com/apache/datafusion/issues/23647#issuecomment-4994887807

   It was using `CODECOV_TOKEN` from repository secrets and since I saw it was 
working in my branch I did not ping any maintainer about this.
   ```
         - name: Upload coverage to codecov.io
           uses: 
codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac  # v5
           with:
             files: target/codecov.json
             fail_ci_if_error: false
             token: ${{ secrets.CODECOV_TOKEN }}
   ```
   
   I think this needs to be checked but I'll take a look in detail


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to