File tree 4 files changed +24
-9
lines changed
4 files changed +24
-9
lines changed Original file line number Diff line number Diff line change
1
+ coverage :
2
+ ignore :
3
+ - Tests/ParseServerSwiftTests/.*
4
+ status :
5
+ patch :
6
+ default :
7
+ target : auto
8
+ changes : false
9
+ project :
10
+ default :
11
+ target : 43
12
+ comment :
13
+ require_changes : true
Original file line number Diff line number Diff line change 28
28
- name : Build and Test
29
29
run : swift test --enable-code-coverage -v
30
30
env :
31
- DEVELOPER_DIR : ${{ env.CI_XCODE_13 }}
31
+ DEVELOPER_DIR : ${{ env.CI_XCODE }}
32
32
- name : Prepare codecov
33
33
uses : sersoft-gmbh/swift-coverage-action@v3
34
34
id : coverage-files
56
56
github-token : ${{ secrets.GITHUB_TOKEN }}
57
57
- name : Build and Test
58
58
run : swift test --enable-test-discovery --enable-code-coverage -v
59
+ - name : Update codecov config
60
+ run : cat .codecov.yml | curl --data-binary @- https://codecov.io/validate
59
61
- name : Prepare codecov
60
62
run : |
61
63
llvm-cov export -format="lcov" .build/x86_64-unknown-linux-gnu/debug/ParseServerSwiftPackageTests.xctest -instr-profile .build/x86_64-unknown-linux-gnu/debug/codecov/default.profdata > info_linux.lcov
Original file line number Diff line number Diff line change 15
15
"repositoryURL" : " https://github.com/vapor/async-kit.git" ,
16
16
"state" : {
17
17
"branch" : null ,
18
- "revision" : " 3be4b6418d1e8b835b0b1a1bee06b249faa4da5f " ,
19
- "version" : " 1.14 .0"
18
+ "revision" : " 929808e51fea04f01de0e911ce826ef70c4db4ea " ,
19
+ "version" : " 1.15 .0"
20
20
}
21
21
},
22
22
{
114
114
"repositoryURL" : " https://github.com/apple/swift-crypto.git" ,
115
115
"state" : {
116
116
"branch" : null ,
117
- "revision" : " 92a04c10fc5ce0504f8396aac7392126033e547c " ,
118
- "version" : " 2.2.2 "
117
+ "revision" : " 9cc89f0170308b813af05dadcd26f9a2dee47713 " ,
118
+ "version" : " 2.2.3 "
119
119
}
120
120
},
121
121
{
195
195
"repositoryURL" : " https://github.com/vapor/vapor.git" ,
196
196
"state" : {
197
197
"branch" : null ,
198
- "revision" : " eb2da0d749e185789970c32f7fd9c114a339fa13 " ,
199
- "version" : " 4.67.5 "
198
+ "revision" : " 888c8b68642c1d340b6b3e9b2b8445fb0f6148c9 " ,
199
+ "version" : " 4.68.0 "
200
200
}
201
201
},
202
202
{
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.5
1
+ // swift-tools-version:5.5.2
2
2
import PackageDescription
3
3
4
4
let package = Package (
@@ -11,7 +11,7 @@ let package = Package(
11
11
] ,
12
12
dependencies: [
13
13
// 💧 A server-side Swift web framework.
14
- . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.67.5 " ) ) ,
14
+ . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.68.0 " ) ) ,
15
15
. package ( url: " https://github.com/vapor/leaf.git " , . upToNextMajor( from: " 4.2.4 " ) ) ,
16
16
. package ( url: " https://github.com/netreconlab/Parse-Swift.git " ,
17
17
. upToNextMajor( from: " 4.16.2 " ) ) ,
You can’t perform that action at this time.
0 commit comments