File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - 2.x.x
8
7
paths :
9
8
- ' **.swift'
10
9
- ' **.yml'
11
10
pull_request :
12
- branches :
13
- - main
14
- - 2.x.x
15
11
workflow_dispatch :
12
+ concurrency :
13
+ group : ${{ github.workflow }}-${{ github.ref }}-ci
14
+ cancel-in-progress : true
16
15
17
16
jobs :
18
17
linux :
@@ -23,17 +22,15 @@ jobs:
23
22
image :
24
23
- ' swift:5.9'
25
24
- ' swift:5.10'
25
+ - ' swift:6.0'
26
26
postgres-image :
27
27
- ' postgres:16'
28
28
- ' postgres:14'
29
- - ' postgres:12'
30
29
include :
31
30
- postgres-image : postgres:16
32
31
postgres-auth : scram-sha-256
33
32
- postgres-image : postgres:14
34
33
postgres-auth : md5
35
- - postgres-image : postgres:12
36
- postgres-auth : trust
37
34
container :
38
35
image : ${{ matrix.image }}
39
36
volumes : [ 'pgrunshare:/var/run/postgresql' ]
68
65
-ignore-filename-regex="\/Benchmarks\/" \
69
66
-instr-profile .build/debug/codecov/default.profdata > info.lcov
70
67
- name : Upload to codecov.io
71
- uses : codecov/codecov-action@v5
68
+ uses : codecov/codecov-action@v4
72
69
with :
73
- file : info.lcov
70
+ files : info.lcov
71
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments