mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #310] [MERGED] chore: do not report coverage for test code #387
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:massi/coverage📝 Commits (1)
f3aca22do 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.