From eada6c6fde51bf7df793fb70af8a27e1f4bf17eb Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Jan 2025 10:05:24 +0200 Subject: [PATCH 1/2] Use CodeCov Flags --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff69bfd..2144bec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml + flags: ${{ matrix.browser }}-${{ matrix.selenium }} - name: Upload test results to Codecov # See https://nektosact.com/usage/index.html#skipping-steps From 512dd69e2cacfc28c14e76a614234f4e33f62470 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Jan 2025 20:47:36 +0200 Subject: [PATCH 2/2] Change flag format --- .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 2144bec..5459470 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml - flags: ${{ matrix.browser }}-${{ matrix.selenium }} + flags: ${{ matrix.browser }},selenium-${{ matrix.selenium }} - name: Upload test results to Codecov # See https://nektosact.com/usage/index.html#skipping-steps