Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid paths in lcov input leads to files silently disappearing #113

Open
Barabas5532 opened this issue Feb 26, 2022 · 0 comments
Open

Comments

@Barabas5532
Copy link

If there is a misconfiguration that causes the file paths in lcov.info to be invalid, the files are missing from the output to coveralls with no warning or error.

Relates to #103

For example in this ctest (Debug) run: https://github.com/ShrapnelDSP/ShrapnelMonorepo/runs/5343824003

# lcov input
SF:/__w/ShrapnelMonorepo/ShrapnelMonorepo/firmware/components/audio_param/include/audio_param.h

Run coverallsapp/github-action@master
  with:
    path-to-lcov: lcov.info
    base-path: test
    github-token: ***
    parallel: true
    flag-name: ctest
    coveralls-endpoint: https://coveralls.io/

# locv after processing by coveralls action
SF:test/__w/ShrapnelMonorepo/ShrapnelMonorepo/firmware/components/audio_param/include/audio_param.h\n

[info] "2022-02-26T10:17:40.263Z"  'sending this to coveralls.io: ' '{"source_files":[],"flag_name":"ctest"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant