dmfs / gver

Gradle versioning based on git history.
https://plugins.gradle.org/plugin/org.dmfs.gver
Apache License 2.0
2 stars 4 forks source link

Support authenticated GitHub Requests implements #13 #30

Closed dmfs closed 2 years ago

dmfs commented 2 years ago

This updates the gitVersion config DSL to support setting a GitHub authentication token.

codecov[bot] commented 2 years ago

Codecov Report

Merging #30 (2c89793) into main (484e5d5) will increase coverage by 0.37%. The diff coverage is 35.55%.

@@             Coverage Diff              @@
##               main      #30      +/-   ##
============================================
+ Coverage     61.00%   61.37%   +0.37%     
- Complexity       48       57       +9     
============================================
  Files            19       21       +2     
  Lines           200      233      +33     
  Branches          6        7       +1     
============================================
+ Hits            122      143      +21     
- Misses           76       85       +9     
- Partials          2        5       +3     
Impacted Files Coverage Δ
...tversion/dsl/issuetracker/GitHubIssueFunction.java 0.00% <0.00%> (ø)
...g/dmfs/gradle/gitversion/dsl/GitVersionConfig.java 21.73% <11.11%> (+2.50%) :arrow_up:
...mfs/gradle/gitversion/dsl/issuetracker/GitHub.java 68.18% <68.18%> (ø)
...dmfs/gradle/gitversion/git/predicates/Matches.java 100.00% <0.00%> (+100.00%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.