Skip to content

Commit

Permalink
Remove coverage generation as codecov seems to do it automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mizsak committed Apr 10, 2024
1 parent dd9f407 commit 26e83b3
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,11 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4

- name: Set up python.
uses: actions/setup-python@v5
- name: Run codecov.
uses: codecov/[email protected]
with:
python-version: "3.12"

- name: Upgrade pip.
run: >
python -m pip install --upgrade pip
- name: Install package locally.
run: >
pip install .[dev]
- name: Generate coverage report.
run: >
pytest
token: ${{ secrets.CODECOV_TOKEN }}

- name: List content of folder.
run: >
ls -la
- name: Run codecov.
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 26e83b3

Please sign in to comment.