Description
Codecov stopped commenting in our GitLab Merge Requests (CI/CD) in our private projects. In the job log, bash uploader works fine and uploads to codecov.
Commit SHAs
One of the lasts commits that were commented out correctly (part of a MR):
53000c120223173979a8bae686096d8b08162415
Latest commit in my repo (until now), which is not commented out:
51265ebd8996bb3a7d92f2faa03c861149b44ce6
Repository
Private repo, and for proprietary reasons, I won’t be able to make it public.
CI/CD or Build URL
Uploader
Please provide which uploader you are using and command used to run it (e.g. Bash, Node, Python, GitHub Actions, etc…). If you are not using the bash uploader, we recommend switching to it before opening an issue here.
Codecov Output
Running after script...
$ bash <(curl -s https://codecov.io/bash)
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Bash-1.0.1
==> git version 2.24.3 (Apple Git-128) found
==> curl 7.64.1 (x86_64-apple-darwin20.0) libcurl/7.64.1 (SecureTransport) LibreSSL/2.8.3 zlib/1.2.11 nghttp2/1.41.0
Release-Date: 2019-03-27
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets
==> GitLab CI detected.
project root: .
--> token set from env
Yaml found at: .codecov.yml
==> Processing Xcode reports via llvm-cov
DerivedData folder: /Users/cubos/Library/Developer/Xcode/DerivedData
-> No Swift coverage found
-> Running gcov for Obj-C
==> Running gcov in . (disable via -X gcov)
==> Python coveragepy not found
==> Searching for coverage reports in:
+ .
-> Found 1 reports
==> Detecting git/mercurial file structure
==> Reading reports
+ ./coverage/lcov.info bytes=59250
==> Appending adjustments
https://docs.codecov.io/docs/fixing-reports
+ Found adjustments
==> Gzipping contents
20K /tmp/codecov.NM1Fsp.gz
==> Uploading reports
url: https://codecov.io
query: branch=staging&commit=51265ebd8996bb3a7d92f2faa03c861149b44ce6&build=1187792985&build_url=&name=&tag=&slug=credifit%2Fmobile%2Fconsignado&service=gitlab&flags=&pr=&job=1187792985&cmd_args=
-> Pinging Codecov
https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=staging&commit=51265ebd8996bb3a7d92f2faa03c861149b44ce6&build=1187792985&build_url=&name=&tag=&slug=credifit%2Fmobile%2Fconsignado&service=gitlab&flags=&pr=&job=1187792985&cmd_args=
-> Uploading to
https://storage.googleapis.com/codecov/v4/raw/2021-04-16/xxxxxxx
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 18595 0 0 100 18595 0 26949 --:--:-- --:--:-- --:--:-- 26910
-> Reports have been successfully queued for processing at https://codecov.io/gitlab/credifit:mobile/consignado/commit/51265ebd8996bb3a7d92f2faa03c861149b44ce6
Expected Results
Have comments of codecov directly in GitLab Merge Request.
Actual Results
No comments are added to Merge Request.
Additional Information
January, 28th 2021 was the last MR that was commented by codecov in our 3 private projects that use same codecov settings and are under my username and credentials.
After that, with no changes in our GitLab CI/CD variables, it stopped. Not sure if it’s related to a new version in GitLab or Codecov, but it looks like this date has something to do with it.
Webhook test for Merge Request events works fine: