File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11
11
- unstable
12
12
- unstable-v1.5
13
13
paths-ignore :
14
- - ' quicksilverjs/**'
15
- - ' webui/**'
14
+ - " quicksilverjs/**"
15
+ - " webui/**"
16
16
workflow_dispatch :
17
17
push :
18
18
branches :
21
21
- unstable
22
22
- unstable-v1.5
23
23
paths-ignore :
24
- - ' quicksilverjs/**'
25
- - ' webui/**'
26
-
24
+ - " quicksilverjs/**"
25
+ - " webui/**"
27
26
28
27
# This workflow makes x86_64 for windows, and linux.
29
28
47
46
GOOS : ${{ matrix.targetos }}
48
47
GOARCH : ${{ matrix.arch }}
49
48
50
-
51
49
- name : Compile quicksilver
52
50
run : |
53
51
make install
79
77
GOOS : ${{ matrix.targetos }}
80
78
GOARCH : ${{ matrix.arch }}
81
79
82
-
83
80
- name : test quicksilver
84
81
run : |
85
82
make test-unit-cover
@@ -104,6 +101,7 @@ jobs:
104
101
- name : Upload coverage reports to Codecov with GitHub Action
105
102
uses : codecov/codecov-action@v4
106
103
with :
104
+ token : ${{secrets.CODECOV_TOKEN}}
107
105
files : ./coverage.txt
108
106
flags : unittests
109
107
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments