Parsely / parsely-android

The official Parse.ly Android toolkit -- for instrumenting your apps with Parse.ly
https://docs.parse.ly/android-sdk/
Other
6 stars 6 forks source link

Submit Gradle dependencies to GH dependency graph #104

Closed wzieba closed 10 months ago

wzieba commented 10 months ago

Description

This PR adds a GitHub Actions job to send Gradle/Maven dependencies to Github Dependency Graph for each push to main or release/* branch.

By sending those dependencies, we allow Dependabot to scan whether dependencies we use are affected by known vulnerabilities.

Soon, those metrics will be available to visualize on Apps Metrics (link).

More about this project can be found internally at paaHJt-5Tn-p2

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d4e225d) 57.60% compared to head (f81bce3) 57.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #104 +/- ## ======================================= Coverage 57.60% 57.60% ======================================= Files 19 19 Lines 401 401 Branches 48 48 ======================================= Hits 231 231 Misses 157 157 Partials 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.