Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Sep 15, 2023
1 parent b0c7a0f commit 9bf0510
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dev tools
run: |
python -m pip install --upgrade pip
pip install ".[dev]"
- name: Run pycodestyle
- name: Code coverage-reporter
uses: tj-actions/[email protected]
with:
Expand Down

0 comments on commit 9bf0510

Please sign in to comment.