Discussion:
[dart-misc] Using dart_coveralls with package:test?
Matan Lurey
2016-09-26 19:51:20 UTC
Permalink
Hi Dartisans

So the pattern I see most common when using dart_coveralls is to have it
run a single all_the_tests.art, and collect data via the VM, and report it.
This works fines for libraries that are either generic or server-only.

However, what about tests that need package:test support - i.e. a mixture
of both web and server tests. Is there some pattern for this? Is
dart_coveralls non-web only?

Matan
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Matan Lurey
2016-09-29 23:57:54 UTC
Permalink
Ping.
Post by Matan Lurey
Hi Dartisans
So the pattern I see most common when using dart_coveralls is to have it
run a single all_the_tests.art, and collect data via the VM, and report it.
This works fines for libraries that are either generic or server-only.
However, what about tests that need package:test support - i.e. a mixture
of both web and server tests. Is there some pattern for this? Is
dart_coveralls non-web only?
Matan
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2016-09-30 19:41:33 UTC
Permalink
Please share if you figure it out ;-)
Ping.
Post by Matan Lurey
Hi Dartisans
So the pattern I see most common when using dart_coveralls is to have it
run a single all_the_tests.art, and collect data via the VM, and report it.
This works fines for libraries that are either generic or server-only.
However, what about tests that need package:test support - i.e. a mixture
of both web and server tests. Is there some pattern for this? Is
dart_coveralls non-web only?
Matan
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Natalie Weizenbaum' via Dart Misc
2016-09-30 19:45:22 UTC
Permalink
There's currently no official test package support for coverage. It's
definitely something I want to get done sooner than later, but it hasn't
yet been top-priority.
Post by Matan Lurey
Ping.
Post by Matan Lurey
Hi Dartisans
So the pattern I see most common when using dart_coveralls is to have it
run a single all_the_tests.art, and collect data via the VM, and report it.
This works fines for libraries that are either generic or server-only.
However, what about tests that need package:test support - i.e. a mixture
of both web and server tests. Is there some pattern for this? Is
dart_coveralls non-web only?
Matan
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...