From 23a0969b6dab29b68f9aae30cca854d9363c9232 Mon Sep 17 00:00:00 2001 From: Yasin Yousif Date: Sat, 21 May 2022 17:36:28 +0200 Subject: [PATCH] add report2 --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6dbb32e..c9137ea 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -33,4 +33,5 @@ jobs: uses: codecov/codecov-action@v2 with: fail_ci_if_error: true - #token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + version: "v0.1.15" \ No newline at end of file