1 From 2fe7a445bafedee2c43050e40697d8b0fd7f7b30 Mon Sep 17 00:00:00 2001
2 From: Maximilian Bosch <maximilian@mbosch.me>
3 Date: Fri, 19 Mar 2021 19:37:34 +0100
4 Subject: [PATCH] Only build unit-tests
8 1 file changed, 7 deletions(-)
10 diff --git a/setup.cfg b/setup.cfg
11 index 2c2f49f..a5ec152 100644
14 @@ -83,13 +83,6 @@ force_sort_within_sections = true
20 - --cov-fail-under=100
21 - --cov-report=term-missing
22 - --cov-report=xml:build/coverage/coverage.xml
23 - --cov-report=html:build/coverage
24 - --junitxml=build/testresults/junit.xml