[PR #29] [MERGED] fix: do not count testing code for coverage #60

Closed
opened 2026-02-16 02:16:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/29
Author: @masci
Created: 7/22/2025
Status: Merged
Merged: 7/22/2025
Merged by: @masci

Base: mainHead: massi/fix-coverage


📝 Commits (2)

  • 1a98b97 fix: do not count testing code for coverage
  • a993ed3 toml linting

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 pyproject.toml (+3 -0)

📄 Description

We are including the source code under tests/ in the test coverage, making the metric not accurate and the report harder to read.


🔄 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/run-llama/workflows-py/pull/29 **Author:** [@masci](https://github.com/masci) **Created:** 7/22/2025 **Status:** ✅ Merged **Merged:** 7/22/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/fix-coverage` --- ### 📝 Commits (2) - [`1a98b97`](https://github.com/run-llama/workflows-py/commit/1a98b974a875bb2b60233602cc82713487c87870) fix: do not count testing code for coverage - [`a993ed3`](https://github.com/run-llama/workflows-py/commit/a993ed326afc17ee1e59eff62b2825abd426c7ad) toml linting ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+3 -0) </details> ### 📄 Description We are including the source code under `tests/` in the test coverage, making the metric not accurate and the report harder to read. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:26 -05:00
yindo closed this issue 2026-02-16 02:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#60