From ad423ae8ee99d51bcabba0d8252336579f0d2545 Mon Sep 17 00:00:00 2001 From: Jan Giacomelli Date: Mon, 21 Dec 2020 22:00:27 +0100 Subject: [PATCH] CodeCov upload --- .github/workflows/branch.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/branch.yaml b/.github/workflows/branch.yaml index 832ba08..aa8ec63 100644 --- a/.github/workflows/branch.yaml +++ b/.github/workflows/branch.yaml @@ -12,7 +12,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - - uses: codecov/codecov-action@v1 - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} @@ -24,6 +23,8 @@ jobs: run: poetry install - name: Run tests run: poetry run pytest --cov=./ --cov-report=xml + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v1 code-quality: strategy: fail-fast: false