From 5c3f6f01bea6be06d15b915a1ecd61cd76e3b0d1 Mon Sep 17 00:00:00 2001 From: Ryu-CZ Date: Tue, 10 Oct 2023 14:53:46 +0200 Subject: [PATCH] modify: try to add flags --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae6554b..d2f70c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: python -m pip install -Ur requirements-dev.txt - name: Test with pytest run: | - python -m coverage run --context=${{ matrix.python-version }} -a -m unittest tests/test_* + python -m coverage run --context=python${{ matrix.python-version }} -a -m unittest tests/test_* mv .coverage .coverage.${{ matrix.python-version }}.${{github.ref_name}}.dat - name: Upload test coverage results uses: actions/upload-artifact@v3