Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Xcode coverage *.coverage.text don't have path if have 1 file in module #131

Open
guhungry opened this issue Sep 20, 2018 · 0 comments
Open

Comments

@guhungry
Copy link

FAIL

So the coverage can't map source code with path commit result

Here is the result file

# path=WCVersion.framework.coverage.txt
    1|       |//
*** OMMITED ***

<<<<<< EOF

SUCCESS

But after I split files the it generate path so it success commit result

Here is the result file

# path=WCVersion.framework.coverage.txt
/Users/bee.w/Git/ios-version/WCVersion/VersionNumber+Comparison.swift:
    1|       |//
*** OMMITED ***

/Users/bee.w/Git/ios-version/WCVersion/VersionNumber.swift:
    1|       |//
*** OMMITED ***

<<<<<< EOF

EXPECTED

Coverage file should generate with path regards less of how many files in module

# path=WCVersion.framework.coverage.txt
/Users/bee.w/Git/ios-version/WCVersion/VersionNumber.swift:
    1|       |//
*** OMMITED ***

<<<<<< EOF
@drazisil drazisil added this to To do in Change Tracking Nov 8, 2019
@thomasrockhu thomasrockhu self-assigned this Nov 29, 2020
@thomasrockhu thomasrockhu removed their assignment Jul 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

2 participants