Guillermo Mazzola

Results 8 issues of Guillermo Mazzola

Implements #83 by introducing a new `workflow_run` rule to check the existence of referenced workflows at that trigger. This rule is a bit different than others, it will be a...

The plugins assumes `jacoco` was been applied before applying the plugin. I recently faced a new issue in one of our projects: ```kts plugins { `kotlin-dsl` jacoco id("pl.droidsonroids.jacoco.testkit") version "1.0.8"...

enhancement

# What is your use-case and why do you need this feature? I recently put focus into this project while I was researching it for a potential replacement on JaCoCo....

Feature
S: confirmed

**What is your use-case and why do you need this feature?** Since `0.8.0-Beta2`, Kover successfully aggregates Android modules. Given the following setup at the root project: ```kotlin dependencies { kover(":app")...

Feature
S: in progress

Since `Gradle 8.1`, any `exec` command that is not done trough `providers` is forgiven at configuration time: ``` FAILURE: Build failed with an exception. * What went wrong: Configuration cache...

bug

I'm trying to setup a CD environment using JRuby, but I'm getting this error while trying to validate a pod: ``` uninitialized constant Nanaimo::Writer::XMLWriter::Date Did you mean? Nanaimo::Writer::XMLWriter::Date ``` The...

Draft WIP implementing #15: support for `AndrodiTest` variant. The aggregation functionally was extended to also allow including `AndroidTest` variants. The current implementation is hacky, accessing AGP's internal APIs by reflection....

I'm currently using `${{ steps.adf.outputs.arn }}` with ```yaml - id: adf name: Amazon Device Farm uses: realm/aws-devicefarm/test-application@v1 with: ... ``` to reconstruct the test run URL to provide feedback to...

O-Community