Skip to content

Commit

Permalink
Update test coverage action script.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Dec 4, 2023
1 parent 217ba54 commit 787bd12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest coverage pytest-cov
- name: Install Project
run: |
pip install -e .
- name: Set PYTHONPATH
run: echo "PYTHONPATH=${{ github.workspace }}" >> $GITHUB_ENV

- name: Run tests with coverage
run: |
pytest --cov=./ --cov-report=xml
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Automatically generate beautiful README files using OpenAI's GPT language models.

<!--![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/eli64s/readme-ai/.github%2Fworkflows%2Fpublish_package.yml?logo=GitHub&label=CI)
![Codecov](https://img.shields.io/codecov/c/github/eli64s/readme-ai?logo=codecov&color=blueviolet)
-->
[![PyPI version](https://img.shields.io/pypi/v/readmeai?color=blueviolet)](https://badge.fury.io/py/readmeai)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/readmeai.svg?color=blueviolet)](https://pypi.python.org/pypi/readmeai/)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "readmeai"
version = "0.4.065"
version = "0.4.066"
description = "馃殌 Generate beautiful README files from the terminal, powered by OpenAI's GPT language models 馃挮"
authors = ["Eli <0x.eli.64s@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 787bd12

Please sign in to comment.