Make sure only novelwriter source files are included in coverage

This commit is contained in:
Veronica Berglyd Olsen
2025-10-18 18:08:40 +02:00
parent b4c9d7c76c
commit 4aef01ef32
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Install Packages (apt)
run: |
sudo apt update
sudo apt install libenchant-2-dev qttools5-dev-tools
sudo apt install qttools5-dev-tools
- name: Checkout Source
uses: actions/checkout@v5
+1
View File
@@ -160,6 +160,7 @@ markers = [
[tool.coverage.run]
branch = false
source = ["novelwriter"]
[tool.coverage.report]
precision = 2