Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

feat: Adds jacoco #1621

Merged
merged 16 commits into from
Jun 14, 2021
Merged

feat: Adds jacoco #1621

merged 16 commits into from
Jun 14, 2021

Conversation

hernandazevedozup
Copy link
Contributor

@hernandazevedozup hernandazevedozup commented Jun 9, 2021

Related Issues

Description and Example

Adding code coverage reports for android/backend provided by jacoco

Checklist

Please, check if these important points are met using [x]:

  • I read the PR Guide and followed the process outlined there for submitting this PR.
  • I avoided breaking changes by not changing public APIs that people rely on.
  • I am willing to follow-up on review comments in a timely manner.
  • I have made the documentation changes or I created an issue explaining how to document this change on Docs issues. Please link the issue here:

Signed-off-by: Hernand Azevedo <[email protected]>
@hernandazevedozup hernandazevedozup marked this pull request as draft June 9, 2021 17:41
@botbeaglezup botbeaglezup added android This issue directly affects structure and logic of Android project backend This issue directly affects structure and logic of Backend project CI/CD Something associated with continuous integration or deployment, pipeline automation labels Jun 9, 2021
Copy link
Contributor

@igorgiumellizup igorgiumellizup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@@ -17,6 +17,7 @@
import br.com.zup.beagle.Dependencies

apply plugin: 'kotlin-kapt'
apply from: rootProject.file('../jacoco.gradle')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think if we want to change the default way to import the files, we can make this on a PR to change all the other implementations also. Some code below its alredy using this pattern.

@hernandazevedozup hernandazevedozup marked this pull request as ready for review June 11, 2021 15:09
@igorgiumellizup igorgiumellizup self-requested a review June 11, 2021 15:48
@hernandazevedozup hernandazevedozup marked this pull request as draft June 11, 2021 17:29
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
@hernandazevedozup hernandazevedozup marked this pull request as ready for review June 11, 2021 19:59
fastlane/Fastfile Outdated Show resolved Hide resolved
Signed-off-by: Hernand Azevedo <[email protected]>
Signed-off-by: Hernand Azevedo <[email protected]>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@hernandazevedozup hernandazevedozup merged commit 0bb271a into master Jun 14, 2021
@hernandazevedozup hernandazevedozup deleted the feature/jacoco branch June 14, 2021 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
android This issue directly affects structure and logic of Android project backend This issue directly affects structure and logic of Backend project CI/CD Something associated with continuous integration or deployment, pipeline automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants