Skip to content

Commit 23a2448

Browse files
authored
chore: fix ci coverage reporter (tensorchord#1277)
Signed-off-by: Keming <[email protected]> Signed-off-by: Keming <[email protected]>
1 parent 09e5655 commit 23a2448

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ jobs:
263263
- test
264264
- e2e-cli
265265
- e2e-lang
266+
- e2e-cli-v1
267+
- e2e-lang-v1
266268
runs-on: ubuntu-latest
267269
steps:
268270
- name: Check out code

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ __pycache__/
4747

4848
# Distribution / packaging
4949
.Python
50-
./build/
50+
build/
5151
develop-eggs/
5252
dist/
5353
downloads/

0 commit comments

Comments
 (0)