JaysonF

Results 15 comments of JaysonF

@mshanemc yeah I don't see it in the documentation as well. It works fine on API V59.0 if you manually added it. ``` true ManagePackageLicenses ```

yes, I tried multiple API version from 55.0 and it's the same output. I also tried the `--target-metadata-dir` on `sf project retrieve start` and same, it's not pulling it down..

Linking the open PR for the partial fix (file extension): [PR-309](https://github.com/forcedotcom/salesforcedx-apex/pull/309). Also sharing the xslt template I've written to transform the cobertura xml to Sonar Cloud generic coverage for others...

it is a blocker for pipeline with Quality Gates. I've been struggling with this issue for few months now. One thing I noticed is the code should be modularized and...

@mcarvin8 I'm using the direct XML (cobertura) output from the deploy command, it has coverage rate from the class node. I upload this to Azure DevOps and Sonar Cloud, from...

> @jfaderanga - My [plugin](https://github.com/mcarvin8/apex-code-coverage-transformer/blob/main/README.md) essentially just converts the JSON output from the deploy command into a XML file containing the uncovered lines/covered lines. > > The `latest` build of...

@mcarvin8 that's awesome mate, thanks for the quick turn around time for this, i'll try this today..

@mcarvin8 I have tried the beta version `1.6.0-beta.1` and it works as described. From what I noticed with the API output, the coverage percentage is correct. If you divide the...

@mcarvin8 I started looking into implementing this and made few more tests. The plugin seems to be having an issue trying to find a matching file if the file name...

@mcarvin8 yeah looks like the `1.6.1` fixes it. I forgot to mentioned, the other directory in my project, the directory name has `space` in it. It's a messed up structure...