AsyncCloudKit
AsyncCloudKit copied to clipboard
Bump sersoft-gmbh/xcode-coverage-action from 2 to 3
Bumps sersoft-gmbh/xcode-coverage-action from 2 to 3.
Release notes
Sourced from sersoft-gmbh/xcode-coverage-action's releases.
v3 Major Release Track
This release tracks the latest v3 major release (v3.x.y).
v3.0 Minor Release Track
This release tracks the latest v3.0 minor release (v3.0.x).
v3.0.0
- Breaking: This now uses node 16
- Breaking: The default format was changed from 'txt' to 'lcov'. This usually leads to better results.
Full Changelog: https://github.com/sersoft-gmbh/swift-coverage-action/compare/v2...v3.0.0
v2.0.1
- Fix lookup of coverage files if the project name contains spaces while the binary does not (
Test Project
vsTestProject
)- Remove duplicates in output files
- Don't fail if llvm-cov prints to stderr
- Improve logging
Commits
bf3867e
Adjust docs3ca7a24
Update running release tags action12a325b
Update test filesfb94e91
[AUTO] Update generated codec7cdb2c
Prepare for 3.0 releasec167cf7
Update auto-merge workflow6b13928
Bump@​types/node
from 16.11.40 to 16.11.4118cec01
[AUTO] Update generated codeca8d402
Bump@​actions/core
from 1.8.2 to 1.9.017dd962
Bump@​types/node
from 16.11.39 to 16.11.40- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #5 (556fb23) into main (180a156) will increase coverage by
0.20%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #5 +/- ##
==========================================
+ Coverage 97.83% 98.03% +0.20%
==========================================
Files 28 28
Lines 1294 1631 +337
==========================================
+ Hits 1266 1599 +333
- Misses 28 32 +4
Flag | Coverage Δ | |
---|---|---|
iOS | 98.03% <ø> (+0.20%) |
:arrow_up: |
mac-catalyst | 98.03% <ø> (+0.20%) |
:arrow_up: |
macOS | 98.03% <ø> (+0.20%) |
:arrow_up: |
swift5.5 | 98.03% <ø> (+0.20%) |
:arrow_up: |
tvOS | 98.03% <ø> (+0.20%) |
:arrow_up: |
watchOS | 98.03% <ø> (+0.20%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
Sources/AsyncCloudKit/Protocols/ACKDatabase.swift | 95.74% <0.00%> (-1.36%) |
:arrow_down: |
...AsyncCloudKit/Protocols/ACKDatabase+CKRecord.swift | 97.25% <0.00%> (-0.37%) |
:arrow_down: |
Sources/AsyncCloudKit/Progress.swift | 100.00% <0.00%> (ø) |
|
Sources/AsyncCloudKit/ACKSequence.swift | 100.00% <0.00%> (ø) |
|
Sources/AsyncCloudKit/OperationFactory.swift | 100.00% <0.00%> (ø) |
|
Tests/AsyncCloudKitTests/ProgressTests.swift | 100.00% <0.00%> (ø) |
|
Tests/AsyncCloudKitTests/CKContainerTests.swift | 100.00% <0.00%> (ø) |
|
Tests/AsyncCloudKitTests/AsyncCloudKitTests.swift | 100.00% <0.00%> (ø) |
|
Tests/AsyncCloudKitTests/Mocks/MockDatabase.swift | 100.00% <0.00%> (ø) |
|
Sources/AsyncCloudKit/Protocols/ACKContainer.swift | 100.00% <0.00%> (ø) |
|
... and 18 more |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more