The runSingleTraitGwas() function ignores covariates present in the gData object if the "covar" argument is NULL (default).
This is counterintuitive and at this point I had to correct three colleagues that thought the covariates were being used.
The best interface choice imho should be to use by default all the covariates present in the gData. If you want to keep the current behavior at least put a warning (or a message) specifying that covariates are present but not used, and to use the "covar" argument to select what to include in the model.