From 7751c54b526c394064b1196e2a5996cbd1e22731 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 7 May 2020 16:06:39 -0400 Subject: [PATCH] Get some more debug info and label the steps Something fails with "No usable data files" on CI, not sure what --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2ed20c..0a530f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,11 +65,15 @@ jobs: run: | python -m coverage run -m twisted.trial _zkapauthorizer - - name: "Convert Coverage" run: | + echo "Files:" + dir + echo "Combining" coverage combine .coverage + echo "Reporting" coverage report + echo "Converting to XML" coverage xml - uses: codecov/codecov-action@v1 -- GitLab