From 64d74405c34555ed710b9540fea289131835b821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 13:33:50 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#369) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7cde2fa..88e31e4b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -95,7 +95,7 @@ jobs: pytest -v --cov=openff openff/evaluator/tests/ --cov-report=xml --color=yes - name: Code coverage - uses: codecov/codecov-action@v2.0.2 + uses: codecov/codecov-action@v2.0.3 with: file: ./coverage.xml flags: unittests