Skip to content

Commit

Permalink
Add coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 14, 2023
1 parent 5d7e12e commit 5cb9bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/on_push_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- main
paths:
- newversion/**
- tests/**
paths-ignore:
- pyproject.toml
- setup.cfg
- CHANGELOG.md

jobs:
unit-tests-coverage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
return context.payload.inputs.version
}
return context.ref.split('/').pop()
- name: Install builder
- name: Install dependencies
run: |
python -m pip install -U poetry pip wheel
poetry config virtualenvs.create false
Expand Down

0 comments on commit 5cb9bad

Please sign in to comment.