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

carryforward flag not working for one of my subprojects #209

Open
liamappelbe opened this issue May 7, 2024 · 0 comments
Open

carryforward flag not working for one of my subprojects #209

liamappelbe opened this issue May 7, 2024 · 0 comments

Comments

@liamappelbe
Copy link

We have a mono repo with a bunch of different packages and we've been using the carryforward flag to merge all our coverage data into a single dashboard. The system has been working great. I recently added another package to the repo, but carryforward isn't working for this package, and it's not showing up in the dashboard.

The package that is being ignored is objective_c. Its workflow is here (see the test-mac job). Here's an example build: https://coveralls.io/builds/67337093

Later in the same github actions run, a different package called ffigen generated this build: https://coveralls.io/builds/67337130. Ffigen's workflow is here (see the test-mac job).

Note that objective_c_tests is missing from the Subprojects list of the ffigen build, and if you expand the source tree, pkgs/objective_c/lib/src/ns_data.dart is uncovered, despite being 100% covered in the objective_c build. Seems that coveralls is just dropping the objective_c subproject.

Btw, both those builds were taken from this PR. The workflow logs are here (ObjC) and here (ffigen).

I know this is probably not a coveralls bug, and I'm just doing something wrong, but I'm stumped and not sure how to debug it further. Is there anything obviously wrong in my configs? Is there any way to get more information about what's going on, either from the dashboard or the workflow logs? Any help would be appreciated.

cc dart-lang/native#1108

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