[PR #310] [MERGED] chore: do not report coverage for test code #387

Closed
opened 2026-02-16 01:17:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/310
Author: @masci
Created: 10/11/2024
Status: Merged
Merged: 10/14/2024
Merged by: @masci

Base: mainHead: massi/coverage


📝 Commits (1)

  • f3aca22 do not report coverage for test code

📊 Changes

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

View changed files

📝 pyproject.toml (+2 -1)

📄 Description

We're currently including files under tests/ for calculating the coverage, let's ignore them instead.

Note: coveralls check is expected to fail, because we're removing false positives and actual coverage is supposed to go down.


🔄 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/llama_deploy/pull/310 **Author:** [@masci](https://github.com/masci) **Created:** 10/11/2024 **Status:** ✅ Merged **Merged:** 10/14/2024 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/coverage` --- ### 📝 Commits (1) - [`f3aca22`](https://github.com/run-llama/llama_deploy/commit/f3aca220a3507a57f24f085522199c68ebff1805) do not report coverage for test code ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+2 -1) </details> ### 📄 Description We're currently including files under `tests/` for calculating the coverage, let's ignore them instead. Note: coveralls check is expected to fail, because we're removing false positives and actual coverage is supposed to go down. --- <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 01:17:09 -05:00
yindo closed this issue 2026-02-16 01:17:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#387