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

github actions not showing the correct files on coveralls website #164

Open
Laguna1989 opened this issue Oct 16, 2021 · 0 comments
Open

Comments

@Laguna1989
Copy link

Laguna1989 commented Oct 16, 2021

Hi there,

I have a weird issue when running coveralls-cpp on github actions.

It seems that coveralls.io is not updating the list of files correctly. On coveralls.io it sometimes shows me those files
image
While on github the src folder was renamed to impl.

I call it from github actions via

[... previously installing coveralls-cpp via pip and executing the unit tests with lcov/gcov enabled]

      - name: Coveralls
        working-directory: ${{github.workspace}}
        run: |
          coveralls \
          -t ${{ secrets.coveralls_token }} \
          -e _deps \
          -e ext \
          -e test/ \
          -e impl/game \
          -e impl/jamtemplate/sdl \
          -e impl/jamtemplate/sfml/keyboard_input_lib.cpp \
          -e impl/jamtemplate/sfml/mouse_input_lib.cpp \
          --gcov-options '\-lp'

One exampe log with verbose output can be found here, if that helps:
https://github.com/Laguna1989/JamTemplateCpp/runs/3913945339

The respective build on coveralls.io is this one
https://coveralls.io/jobs/88506710

I already tried the "sync repo" button on coveralls.io, but this did not result in any observable change.

Additionally the build number on coveralls does not seem to be updated correctly and I get weird reports for uncovered lines, which do not make sense at all.

Is this an error on my side, having some invalid paths (which are not obvious to me) or is there something bad happening in the github actions / coveralls-cpp / coveralls interaction that I am not aware of?

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