Closed
Description
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
Assignees
Labels
No labels