From 27db9883c6dd200775e51ab462521be731502635 Mon Sep 17 00:00:00 2001 From: David Waroquiers Date: Thu, 28 Mar 2024 10:06:51 +0100 Subject: [PATCH] Added codecov update to GH's testing workflow. --- .github/workflows/testing.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1e43c70..71c9737 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,3 +32,9 @@ jobs: - name: Test run: | pytest tests + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: Matgenix/atomate2-turbomole