Some commits show "in two hours"

Description

Some commits are shown at a future time: for example “in 2 hours” or “in 5 min”.

Repository

A link to the repository in question (or private)

CI/CD

https://gitlab.com/gaspacchio/back-to-the-future

Uploader

bash -c '/bin/bash <(curl -s https://codecov.io/bash)'

Codecov YAML

Default.

Codecov Output

  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                              Bash-20201009-048fee3
==> GitLab CI detected.
    project root: .
--> token set from env
    Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
==> 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/clover.xml bytes=27147
==> Appending adjustments
    https://docs.codecov.io/docs/fixing-reports
    + Found adjustments
==> Gzipping contents
==> Uploading reports
    url: https://codecov.io
    query: branch=main&commit=77add3782623ad1f593d9b21bfb5127f44ec3733&build=790650360&build_url=&name=&tag=&slug=gaspacchio%2Fback-to-the-future&service=gitlab&flags=&pr=&job=790650360&cmd_args=
->  Pinging Codecov
https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=main&commit=77add3782623ad1f593d9b21bfb5127f44ec3733&build=790650360&build_url=&name=&tag=&slug=gaspacchio%2Fback-to-the-future&service=gitlab&flags=&pr=&job=790650360&cmd_args=
->  Uploading to
https://storage.googleapis.com/codecov/v4/raw/2020-10-14/416909E3726C35C6C22F16C79C64ECAA/77add3782623ad1f593d9b21bfb5127f44ec3733/5035086c-5b70-4abd-aebe-6a03d3245033.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201014%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201014T142338Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cce33adb6fe92aa1072bb0165068266f16df56d5515cdcfad7ce02f6b43a0a1e
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3297    0     0  100  3297      0  21134 --:--:-- --:--:-- --:--:-- 21000
    -> View reports at https://codecov.io/gitlab/gaspacchio/back-to-the-future/commit/77add3782623ad1f593d9b21bfb5127f44ec3733

Steps to Reproduce

N/A

Expected behavior: Reeports should be ordered chronologically

Actual behavior: Time of the reports are odd

Flakiness? I don’t know.

Hi @Gaspacchio, all of the commits show a time in the past now. Would you be able to provide one of those commits above and what time you expect it to be (in GMT)?

Hello @tom and thanks forthe answer.
I’ve just added a new commit 3cf8962 which is displayed “in 2 hours” again. I expect it to be at 06:35 GMT.

You’ll find a screenshot below:

Screenshot_2020-10-15 Code coverage done right

Awesome, thanks @Gaspacchio. It looks like this is a timezone issue on our side. I’ll update when we get a fix out.

1 Like

Hi @Gaspacchio, thanks for your patience here. We are still working on this issue.