Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pipliggins committed Nov 22, 2024
1 parent 370d419 commit 28d68f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ jobs:
python-version: |
3.11
3.12
3.13
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v2
- name: Install project
run: uv sync --dev
- name: Run tests
run: uv run pytest --cov


# - name: Upload coverage reports to Codecov
# uses: codecov/[email protected]
# if: ${{ matrix.os == 'ubuntu-latest' }}
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Documentation: [ReadTheDocs](https://autoparser.readthedocs.io/en/latest)

Contains functionality to:
1. Create a basic data dictionary from a raw data file (`create-dict`)
2. Use an LLM (currently only ChatGPT via the OpenAI API) to add descriptions to the
2. Use an LLM (currently via either OpenAI or Google's Gemini) to add descriptions to the
data dictionary, to enable better parser auto-generation (`add-descriptions`)
3. Create a mapping csv file linking source to target data fields and value mappings
using the LLM, which can be edited by a user (`create-mapping`)
Expand Down

0 comments on commit 28d68f2

Please sign in to comment.