Skip to content

Feature Request #12

Open
Open
@Zymergen-jvandezande

Description

Add optional uploading of the code coverage report to codecov.io

Sample change to .github/workflows/test.yml

<       - run: pipenv run pytest --cov --cov-fail-under=100
---
>       - run: pipenv run pytest --cov --cov-fail-under=100 --cov-report=xml
>
>       - name: Upload Coverage to Codecov
>         uses: codecov/codecov-action@v1

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions