Skip to content

Commit

Permalink
Update CI to run style checks and coverage upload only once
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed May 22, 2024
1 parent 39b9d6c commit 320f98c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python -m pip install --upgrade ".[dev]"
- name: Style Check
if: matrix.python-version == '3.8'
run: |
black --check cdxj_indexer/*
black --check test/*
Expand All @@ -33,6 +34,7 @@ jobs:
python -m pytest -v --cov=cdxj_indexer --cov-report=xml
- name: Upload coverage to Codecov
if: matrix.python-version == '3.8'
uses: codecov/codecov-action@v4
with:
verbose: true

0 comments on commit 320f98c

Please sign in to comment.