Skip to content

Commit da41401

Browse files
authored
Merge branch 'main' into stateful-test-upgrades
2 parents 6fa55f0 + 2836883 commit da41401

23 files changed

+141
-8966
lines changed

changes/3138.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adds a `with_read_only` convenience method to the `Store` abstract base class (raises `NotImplementedError`) and implementations to the `MemoryStore`, `ObjectStore`, `LocalStore`, and `FsspecStore` classes.

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ coverage:
33
patch:
44
default:
55
target: auto
6+
after_n_builds: 10 # Wait for all 10 reports before updating the status
67
project:
78
default:
89
target: auto
910
threshold: 0.1
11+
after_n_builds: 2 # Wait for all 10 reports before updating the status
1012
comment: false
13+
github_checks:
14+
annotations: false

0 commit comments

Comments
 (0)