Hi @Patrick_S -
If you add CPPDEFINES=MONGO_GCOV to your SCons invocation you will start getting .gcda files. The mongod binary goes through a non-standard exit path. That define is needed so that we can explicitly invoke the gcov related routine to dump the coverage data at exit.
Thanks,
Andrew