Skip to content

Publish build scans for all CI builds#3710

Merged
picklebento merged 3 commits intomainfrom
ci-buildscans
Apr 28, 2021
Merged

Publish build scans for all CI builds#3710
picklebento merged 3 commits intomainfrom
ci-buildscans

Conversation

@3flex
Copy link
Copy Markdown
Member

@3flex 3flex commented Apr 28, 2021

No description provided.

3flex added 3 commits April 28, 2021 22:31
Contributors should manually agree to ToS when submitting build scans. As
the Gradle doc says:

> Be careful not to commit agreement to the terms of service into a project
that may be built by others.

https://docs.gradle.com/enterprise/gradle-plugin/#connecting_to_scans_gradle_com
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2021

Codecov Report

Merging #3710 (02013b4) into main (9e71fc7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #3710   +/-   ##
=========================================
  Coverage     78.04%   78.04%           
  Complexity     2883     2883           
=========================================
  Files           473      473           
  Lines          9302     9302           
  Branches       1767     1767           
=========================================
  Hits           7260     7260           
  Misses         1078     1078           
  Partials        964      964           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e71fc7...02013b4. Read the comment docs.

Comment thread settings.gradle.kts
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
if (isCiBuild) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nice! I had wanted to do an if check here since we should not sign an agreement for others building our project.

@picklebento picklebento merged commit 7806b83 into main Apr 28, 2021
@picklebento picklebento deleted the ci-buildscans branch April 28, 2021 16:03
@cortinico cortinico added this to the 1.17.0 milestone May 1, 2021
@cortinico cortinico added the housekeeping Marker for housekeeping tasks and refactorings label May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

housekeeping Marker for housekeeping tasks and refactorings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants