Skip to content

Commit

Permalink
MNT: Add Codecov integration to test_pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Nov 10, 2023
1 parent cf6f977 commit 8b0800d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8b0800d

Please sign in to comment.