Skip to content

CI script example in README is outdated/wrong? #23

Closed
@smheidrich

Description

@smheidrich

The README says:

Inside .github/workflows/python-standard.yml file:

install:
 - pip install codecov
 - pip install pytest-cov
script:
 - pytest --cov=./ --cov-report=xml
 - codecov

Is it just me or is that not proper GitHub Actions syntax? script followed by a list of instructions looks more like GitLab CI syntax, but that doesn't have install either. Or is it supposed to be some kind of CI spec pseudocode?

Metadata

Metadata

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