From effb3aaab402dbac59954d72984e4f77a122a48d Mon Sep 17 00:00:00 2001 From: Jan Giacomelli Date: Mon, 21 Dec 2020 21:49:46 +0100 Subject: [PATCH] CodeCov --- .github/workflows/branch.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/branch.yaml b/.github/workflows/branch.yaml index 2409e02..b6fce41 100644 --- a/.github/workflows/branch.yaml +++ b/.github/workflows/branch.yaml @@ -12,6 +12,7 @@ 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 }}