Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
Change invalid code path `src` to `patchworklib`
  • Loading branch information
moshi4 committed Dec 8, 2023
1 parent 63b3c25 commit 506c1bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
push:
branches: [main, develop]
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
pull_request:
branches: [main, develop]
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
workflow_dispatch:

jobs:
Expand All @@ -31,4 +31,4 @@ jobs:
pip install .
- name: Run pytest
run: pytest tests --tb=line --cov=src --cov-report=xml --cov-report=term
run: pytest tests --tb=line --cov=patchworklib --cov-report=xml --cov-report=term

0 comments on commit 506c1bf

Please sign in to comment.