From 6a105209ed01675acfc4ed1283e09ae90a75f021 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 5 Jun 2021 02:41:29 +0200 Subject: [PATCH] Name codecov uploads by the Python version This way the artifacts in codecov are much clearer. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5e0528..66f9e4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: #directory: ./coverage/reports/ #flags: unittests #env_vars: OS,PYTHON - name: codecov-umbrella + name: codecov-python-${{ matrix.python-version }} #fail_ci_if_error: true path_to_write_report: ./coverage/codecov_report.txt #verbose: true -- 2.39.2