Skip to content

Commit 506c1bf

Browse files
committed
Fix CI workflow
Change invalid code path `src` to `patchworklib`
1 parent 63b3c25 commit 506c1bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches: [main, develop]
5-
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
5+
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
66
pull_request:
77
branches: [main, develop]
8-
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
8+
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
99
workflow_dispatch:
1010

1111
jobs:
@@ -31,4 +31,4 @@ jobs:
3131
pip install .
3232
3333
- name: Run pytest
34-
run: pytest tests --tb=line --cov=src --cov-report=xml --cov-report=term
34+
run: pytest tests --tb=line --cov=patchworklib --cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)