Skip to content

Commit

Permalink
Change Codecov action step name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jul 12, 2024
1 parent b04c090 commit 6172548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: matrix.python_version == env.MAIN_PYTHON_VERSION
run: poetry test --cov=${{ env.PACKAGE_NAME }} --cov-report=xml

- name: Upload coverage reports to Codecov
- name: Upload coverage to Codecov
if: matrix.python_version == env.MAIN_PYTHON_VERSION
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 6172548

Please sign in to comment.