File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 39
39
pnpm run test:cov -v
40
40
../../.venv/bin/python -m coverage xml
41
41
- name : Upload coverage to Codecov
42
- uses : codecov/codecov-action@v1
42
+ uses : codecov/codecov-action@v4
43
43
with :
44
44
flags : api-server
45
+ fail_ci_if_error : true
46
+ env :
47
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 39
39
- name : unit test
40
40
run : pnpm run test:coverage
41
41
- name : Upload coverage to Codecov
42
- uses : codecov/codecov-action@v1
42
+ uses : codecov/codecov-action@v4
43
43
with :
44
44
flags : rmf-dashboard-framework
45
+ fail_ci_if_error : true
46
+ env :
47
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ coverage:
5
5
flags :
6
6
dashboard :
7
7
paths :
8
- - packages/dashboard
9
- carryforward : true
10
- react-components :
11
- paths :
12
- - packages/react-components
8
+ - packages/rmf-dashboard-framework
13
9
carryforward : true
14
10
api-server :
15
11
paths :
You can’t perform that action at this time.
0 commit comments