Skip to content

Commit

Permalink
try fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Dec 19, 2023
1 parent 705aafe commit 80974af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ jobs:
poetry run pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ Or to text::
This is the callback function.
╭─ Options ─────────────────────────────────────────────────────────────────────────────────
│ --flag1 --no-flag1 Flag 1. [default: no-flag1]
│ --flag2 --no-flag2 Flag 2. [default: no-flag2]
│ --help Show this message and exit.
╰───────────────────────────────────────────────────────────────────────────────────────────
╭─ Commands ────────────────────────────────────────────────────────────────────────────────
│ bar This is the bar command.
│ foo This is the foo command.
╰───────────────────────────────────────────────────────────────────────────────────────────
╭─ Options ──────────────────────────────────────────────────────────────────────────────╮
│ --flag1 --no-flag1 Flag 1. [default: no-flag1] │
│ --flag2 --no-flag2 Flag 2. [default: no-flag2] │
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────────────╮
│ bar This is the bar command. │
│ foo This is the foo command. │
╰────────────────────────────────────────────────────────────────────────────────────────╯


The ``typer`` directive has options for generating docs for all subcommands as well
Expand Down

0 comments on commit 80974af

Please sign in to comment.