From e7aae7262c6da1969f817c4cf929877d12c37640 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 22 Jan 2021 14:35:21 +0100 Subject: [PATCH] fixup! github-actions: add codecov upload --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fd60efa..c5ca1dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ addopts = -v --junit-xml=test-report.xml --doctest-modules --cov=riotctrl --cov-branch - --cov-report=term --cov-report=term-missing --cov-report=xml + --cov-report=term-missing --cov-report=xml testpaths = riotctrl markers = rapidjson