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

Add test coverage collection with coveralls #133

Closed
jonasfj opened this issue Jun 3, 2024 · 1 comment
Closed

Add test coverage collection with coveralls #133

jonasfj opened this issue Jun 3, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jonasfj
Copy link
Member

jonasfj commented Jun 3, 2024

See example setup in:
https://github.com/dart-lang/yaml_edit/blob/main/.github/workflows/test-package.yml

@jonasfj jonasfj added enhancement New feature or request help wanted Extra attention is needed labels Jun 3, 2024
@jonasfj
Copy link
Member Author

jonasfj commented Oct 24, 2024

Fixed with #165

We can do more coverage collection from integration tests (android, ios), if we want some day in the future. But I'm not absolutely no rush to do that. It'll make our infrastructure much more fragile, so we'll spend more time debugging weird test failures.

I think we have a better off trying to increase coverage by writing more tests.

@jonasfj jonasfj closed this as completed Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant