Skip to content

Commit 24a130b

Browse files
committed
Coverage is broken
1 parent 9ee3a41 commit 24a130b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ jobs:
22
- template: default.yml@templates
33
parameters:
44
minrust: 1.39.0 # bytes
5-
codecov_token: $(CODECOV_TOKEN_SECRET)
5+
# re-enable coverage when we're on a newer version of time:
6+
# https://github.com/time-rs/time/pull/265
7+
# codecov_token: $(CODECOV_TOKEN_SECRET)
68

79
resources:
810
repositories:

0 commit comments

Comments
 (0)