From 4dad4c2dc3474999bc0e7a493c194dad6650ed37 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 7 May 2020 11:12:32 -0400
Subject: [PATCH] Try using combine to rewrite the filenames on Windows CI too

---
 .github/workflows/ci.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e60523d..665dad5 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -68,6 +68,7 @@ jobs:
 
     - name: "Convert Coverage"
       run: |
+        coverage combine
         coverage report
         coverage xml
 
-- 
GitLab