File: 0004-drop-code-coverage-from-test-run.patch

package info (click to toggle)
fortran-language-server 3.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,268 kB
  • sloc: python: 9,688; f90: 1,195; fortran: 30; makefile: 28; ansic: 20
file content (20 lines) | stat: -rw-r--r-- 558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Denis Danilov <danilovdenis@yandex.ru>
Date: Sat, 18 May 2024 20:21:28 +0200
Subject: drop code coverage from test run

Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7771751..e77c7cb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,5 +89,5 @@ profile = "black"
 
 [tool.pytest.ini_options]
 minversion = "7.2.0"
-addopts = "-v --cov=fortls --cov-report=html --cov-report=xml --cov-context=test"
+addopts = "-v"
 testpaths = ["fortls", "test"]