Skip to content

ci: simplify tag/release by always running coverage #9774

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

Merged
merged 10 commits into from
Jan 16, 2020

Conversation

sapk
Copy link
Member

@sapk sapk commented Jan 14, 2020

I have found that test-mysql were skipped for releases branches as target: https://drone.gitea.io/go-gitea/gitea/19379 and https://drone.gitea.io/go-gitea/gitea/19390

At first I was thinking of adding the branches target but I think it was more simple to just remove all the complexity (also for unit tests) just to not run the coverage (which should take much time and only for few commits)

This PR fix also :

  • the unit-test with coverage that wasn't using mod and vendor like other integrations
  • remove git-lfs check for unit-test as not needed.
  • add git-check for integrations.cover.test

@sapk sapk added topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. labels Jan 14, 2020
@sapk
Copy link
Member Author

sapk commented Jan 14, 2020

I haven't maid my mind if coverage should be uploaded for releases so I didn't change this part so that coverage are still only uploaded for pr and push on master.
https://github.com/go-gitea/gitea/pull/9774/files#diff-3216dfff0ed3e301453e6799e8c367e2L276

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Jan 14, 2020
@sapk
Copy link
Member Author

sapk commented Jan 15, 2020

This PR fix also :

  • the unit-test with coverage that wasn't using mod and vendor like other integrations
  • remove git-lfs check for unit-test as not needed.
  • add git-check for integrations.cover.test

@codecov-io
Copy link

codecov-io commented Jan 15, 2020

Codecov Report

Merging #9774 into master will increase coverage by 0.02%.
The diff coverage is 79.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9774      +/-   ##
==========================================
+ Coverage    42.2%   42.22%   +0.02%     
==========================================
  Files         603      603              
  Lines       78863    78885      +22     
==========================================
+ Hits        33281    33309      +28     
+ Misses      41505    41500       -5     
+ Partials     4077     4076       -1
Impacted Files Coverage Δ
services/mailer/mail.go 46.52% <0%> (ø) ⬆️
modules/setting/queue.go 78.18% <73.33%> (-1.23%) ⬇️
services/mailer/mailer.go 26.92% <83.78%> (+5.27%) ⬆️
services/pull/temp_repo.go 31.62% <0%> (-2.57%) ⬇️
models/repo.go 46.86% <0%> (+0.12%) ⬆️
modules/log/event.go 65.64% <0%> (+1.02%) ⬆️
services/pull/patch.go 67.92% <0%> (+5.03%) ⬆️

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 5e26448...7017244. Read the comment docs.

@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Jan 15, 2020
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Jan 15, 2020
@sapk
Copy link
Member Author

sapk commented Jan 15, 2020

I will need to have a look why unit-test timeout on some run. must be github rate limit

@zeripath zeripath merged commit 8dd5ab2 into go-gitea:master Jan 16, 2020
@sapk sapk deleted the fix-ci-test-mysql branch January 16, 2020 19:32
6543 pushed a commit to 6543-forks/gitea that referenced this pull request Jan 19, 2020
* ci: simplify tag/release by always running coverage

* use mod and vendor for unit test coverage

* remove not needed lfs for unit test
sapk added a commit that referenced this pull request Jan 19, 2020
* ci: use docker image for golangci-lint (#9737)

* ci: re-ordering Drone CI for optimizing time (#9719)

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try re-ordering for optimizing time

* ci: try offloading mysql8 to arm64

* Revert "ci: try offloading mysql8 to arm64"

This reverts commit c60de5d.

* ci: try offloading pgsql to arm64

* ci: activate ldap on arm64

* ci: test mysql8 in place pgsql arm64

* chore: clean un-needed move

* typo

* ci: revert runnning mysql on arm64

* ci: run compliance on arm

* chore: limit change

* chore: readd maybe need for release fetch-tags

* ci: remove docker-linux-amd64-dry-run

* ci: remove docker-linux-amd64-dry-run

* Revert "ci: remove docker-linux-amd64-dry-run"

This reverts commit 0715f65.

Co-authored-by: zeripath <[email protected]>
Co-authored-by: Lunny Xiao <[email protected]>

* ci: use new mssql image (#9720)

Co-authored-by: Lunny Xiao <[email protected]>

* ci: run notify on arm64 (#9762)

* ci: run notify on arm64

Free one jobs on amrd64

* Update .drone.yml

* Update .drone.yml

* Update .drone.yml

Based on: https://github.com/appleboy/drone-discord/blob/master/.drone.yml#L339

* improve trigger

Co-authored-by: techknowlogick <[email protected]>

* ci: move some integration tests on arm64 (#9747)

* tests: configure github remaining limit + read token (#9800)

* ci: configure remaining github limmit

* prepend with github since package is common to all migrations

* add RefreshRate

* Update github.go

* add missing space

* go fmt

* Read env variable GITHUB_READ_TOKEN for token

* Update .drone.yml

* ci: simplify tag/release by always running coverage (#9774)

* ci: simplify tag/release by always running coverage

* use mod and vendor for unit test coverage

* remove not needed lfs for unit test

* use arm drone agent for docs (#9776)

* run translations pipeline on arm server (#9865)

* add git-check to Makefile

Co-authored-by: Antoine GIRARD <[email protected]>
Co-authored-by: zeripath <[email protected]>
Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants