Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish build scans for all CI builds #3710

Merged
merged 3 commits into from
Apr 28, 2021
Merged

Publish build scans for all CI builds #3710

merged 3 commits into from
Apr 28, 2021

Conversation

3flex
Copy link
Member

@3flex 3flex commented Apr 28, 2021

No description provided.

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

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.

buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
if (isCiBuild) {
Copy link
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.

@chao2zhang chao2zhang merged commit 7806b83 into main Apr 28, 2021
@chao2zhang chao2zhang 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.

None yet

3 participants