Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update coverallsapp/github-action digest to 648a8eb #217

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
- run: task test
- run: task coverage
- name: Upload coverage for analysis
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
with:
file: .build/lcov.info
env:

Unchanged files with check annotations Beta

var overrides: [String: Any] = [:]
}
public final class DataStore: InMemoryDataStore<Data>, Singleton {

Check warning on line 31 in Source/DIGraph.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
public static let shared: DataStore = .init(data: Data())
}
}
var cache: [PendingTask] = []
}
final class DataStore: InMemoryDataStore<Data>, Singleton {

Check warning on line 78 in Source/Store/FileSystem/FileSystemQueue.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared: DataStore = .init(data: .init())
}
}
var mutexes: [String: Mutex] = [:]
}
final class Store: InMemoryDataStore<Data>, Singleton {

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'Store' must restate inherited '@unchecked Sendable' conformance

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'Store' must restate inherited '@unchecked Sendable' conformance
static let shared: Store = .init(data: Data())
func getMutex(for subject: Any) -> Mutex {
var queueReaders: [QueueReader] = [DIGraph.shared.queueReader]
}
final class DataStore: InMemoryDataStore<PendingTasksManager.Data>, Singleton {

Check warning on line 53 in Source/PendingTasksManager.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 53 in Source/PendingTasksManager.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared = DataStore(data: .init())
}
}
var currentlyRunningTask: PendingTask?
}
final class DataStore: InMemoryDataStore<Data>, Singleton {

Check warning on line 166 in Source/PendingTasksRunner.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 166 in Source/PendingTasksRunner.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared: DataStore = .init(data: .init())
}
}
var taskRunner: WendyTaskRunner?
}
final class DataStore: InMemoryDataStore<InitializedData>, Singleton {

Check warning on line 173 in Source/Wendy.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared = DataStore(data: .init())
}
}
var taskStatusListeners: [TaskStatusListener] = []
}
final class DataStore: InMemoryDataStore<Data>, Singleton {

Check warning on line 69 in Source/WendyConfig.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared: DataStore = .init(data: .init())
}
}