April 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21789

          Issue ID: 21789
           Summary: Codecov should use default umask for file permissions
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody@puremagic.com
          Reporter: omerfirmak@gmail.com

https://github.com/dlang/druntime/blob/6c3adb102a2a804c802649156ca27cc878aad5d7/src/rt/cover.d#L459-L462

codecov .lst files are created with 0600 by default, they should use umask.

--