https://github.com/moshi4/github_action_tutorial
github action tutorial
https://github.com/moshi4/github_action_tutorial
Last synced: 4 days ago
JSON representation
github action tutorial
- Host: GitHub
- URL: https://github.com/moshi4/github_action_tutorial
- Owner: moshi4
- Created: 2021-10-15T11:50:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T01:03:41.000Z (about 4 years ago)
- Last Synced: 2026-03-07T22:38:02.338Z (3 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# pytest demo

[](https://codecov.io/gh/moshi4/github_action_tutorial)
pytest run example
```bash
# Install pytest pytest-cov
poetry install
# Activate poetry venv
poetry shell
# Run pytest
pytest
# Run pytest with coverage
pytest --cov --cov-report=xml
```