From 90b9c75284c550abcc2d245c78cc6c2505520e91 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 4 Oct 2020 18:04:33 -0300 Subject: [PATCH] Add codecov --- .github/workflows/python-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index fe97a03..2f959bb 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -1,6 +1,6 @@ name: Run unit tests -on: [push] +on: [push, pull_request] jobs: build: @@ -21,3 +21,5 @@ jobs: - name: Run Tox # Run tox using the version of Python in `PATH` run: tox -e py + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v1