Skip to content

Commit

Permalink
Tests: Fixup commands
Browse files Browse the repository at this point in the history
Fixup the install command.
Coverage combine and report command
  • Loading branch information
bosd committed Dec 17, 2024
1 parent 6c33cf9 commit c5f7d37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions {{cookiecutter.project_name}}/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Install dependencies
run: |
uv install
uv sync --group dev
- name: Download coverage data
uses: actions/download-artifact@v4
Expand All @@ -126,13 +126,14 @@ jobs:

- name: Combine coverage data and display human readable report
run: |
uv run nox --session=coverage
uvx nox --session=coverage
- name: Create coverage report
run: |
uv run nox --session=coverage -- xml
uvx nox --session=coverage -- xml -i
- name: Upload coverage report
uses: codecov/[email protected]
env:
CODECOV_TOKEN: {{ "${{ secrets.CODECOV_TOKEN }}" }}
file: ./coverage.xml

0 comments on commit c5f7d37

Please sign in to comment.