The user
argument is required. It should the the Github username of the user whom will post the features for private repos. That user (if it's a bot) must grant Codecov private repo access to properly post status and comments.
curl -X POST https://codecov.io/gh/:owner/:repo/features/comment?access_token=:uuid-token \
-d 'header=on&graph=off&diff=on&suggestions=on&user=:github-username'
curl -X POST https://codecov.io/gh/:owner/:repo/features/status?access_token=:uuid-token \
-d 'project=:float&commit=:float&patch=:float&user=:github-username'
A successful call is a 301 Redirect
. This endpoint is used by out front-end and is a work around to quickly adjust features.