Lutz Lengemann
Lutz Lengemann
Is there any information on this topic? I would love to use this functionality, but there is merge conflict problem 🙁
@thiagopradi Is there any update on the migration guide? Thanks for a reply.
The issue seems to be caused by this change: https://github.com/CanCanCommunity/cancancan/commit/d0ea89a2b762e6facf1db59dc23cc8a62ceab0a9#diff-468c7fa6110fedf2a4ae5259ca4d209daea99810746321092dac9cf373b87fdd
We are also still seeing this issue with `audit-ci` -> `2.3.0` `node` -> `8.16.0` `yarn` -> `1.17.3` ``` $ yarn list --depth 0 --pattern audit-ci yarn list v1.17.3 yaml@~3.7.0" └─...
@quinnturner I see the same problem with `--json`: ``` $ ./node_modules/.bin/audit-ci --json Yarn audit report results: events.js:183 throw er; // Unhandled 'error' event ^ Error: Invalid JSON (Unexpected " "...
The strange thing is, that even with this failure on the `code_coverage` step, everything is still working for us. The different matrix-runs coverages are being reported and the overall coverage...
@kirjs How far did you take a look?
I see that this integration is in `Planning` since April. Is there some update on when this is in development? Looking forward to this.
I think the big "problem" here is, that `account:add` only adds a username & password. But of course a 2FA accounts needs to validate these informations again and it looks...
@sloede @afinetooth We are currently also having the exact same problem, that some parallel coverage runs turn red because they are running a different set of files than the run...