[PR #2974] [MERGED] Fix coverage reports #16689

Closed
opened 2025-11-02 12:16:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2974
Author: @ethantkoenig
Created: 11/26/2017
Status: Merged
Merged: 11/26/2017
Merged by: @lafriks

Base: masterHead: fix/coverage


📝 Commits (6)

  • 18e7c4a Fix coverage reports
  • 83c9a83 Wildly simplify make coverage
  • 50020cb Merge branch 'master' into fix/coverage
  • ca6d3f3 Merge branch 'master' into fix/coverage
  • e9969fb Merge branch 'master' into fix/coverage
  • 6ec2541 Merge branch 'master' into fix/coverage

📊 Changes

1 file changed (+1 additions, -8 deletions)

View changed files

📝 Makefile (+1 -8)

📄 Description

The previous egrep regex was wrong, so no coverage information from integration tests was included in coverage.all.

Also simplifies the make coverage rule by removing an unnecessary loop.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2974 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 11/26/2017 **Status:** ✅ Merged **Merged:** 11/26/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/coverage` --- ### 📝 Commits (6) - [`18e7c4a`](https://github.com/go-gitea/gitea/commit/18e7c4ab992f535c9251aaa2902c510b01ea5a0b) Fix coverage reports - [`83c9a83`](https://github.com/go-gitea/gitea/commit/83c9a836f0d47c23129dac37070dcc134047855e) Wildly simplify make coverage - [`50020cb`](https://github.com/go-gitea/gitea/commit/50020cbba214e2df4d51883c3eb681a18e528605) Merge branch 'master' into fix/coverage - [`ca6d3f3`](https://github.com/go-gitea/gitea/commit/ca6d3f380be7708a900d40c59c3f45eca58f8ecd) Merge branch 'master' into fix/coverage - [`e9969fb`](https://github.com/go-gitea/gitea/commit/e9969fbac0a16cec0551b460c84254f4c2bdddfe) Merge branch 'master' into fix/coverage - [`6ec2541`](https://github.com/go-gitea/gitea/commit/6ec2541d6fbec346d655eee65d5747bc3f56f230) Merge branch 'master' into fix/coverage ### 📊 Changes **1 file changed** (+1 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -8) </details> ### 📄 Description The previous `egrep` regex was wrong, so no coverage information from integration tests was included in `coverage.all`. Also simplifies the `make coverage` rule by removing an unnecessary loop. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:16:26 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16689