Skip to content

Commit

Permalink
Fix publishing to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagasaki45 committed Jun 16, 2024
1 parent a484f29 commit fe69fb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ jobs:
with:
name: coverage-report-${{ env.MAIN_PYTHON }}

- name: Setup python ${{ env.MAIN_PYTHON }}
uses: actions/setup-python@v5
with:
python-version: ${{ env.MAIN_PYTHON }}

- name: Install coverage, needed for Codecov
run: pip install coverage

- name: Publish coverage report
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit fe69fb3

Please sign in to comment.