From 8b0800d0f242e7555b3dc26a9af8e725917e1c5a Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Thu, 9 Nov 2023 22:01:34 -0300 Subject: [PATCH] MNT: Add Codecov integration to test_pytest.yaml --- .github/workflows/test_pytest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_pytest.yaml b/.github/workflows/test_pytest.yaml index 2d611f399..11e0380ee 100644 --- a/.github/workflows/test_pytest.yaml +++ b/.github/workflows/test_pytest.yaml @@ -48,3 +48,7 @@ jobs: pytest cd rocketpy pytest --doctest-modules + - name: Upload reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}