arthurgustin
arthurgustin
Hello, In my gitlab-ci pipeline, I currently have 2 jobs before building sources: - code_quality: that mainly use goreporter - test: that runs all tests and export a html report...
Hello, I've worked on a pull request, and I found it hard to read the code: there are several big functions and a lot of repetitions. I have identified the...
Hello, any plans to support flutter cloud builder ? I would to use `cloudbuild.yaml` in my CI to build new release of my flutter application :)