We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee3a41 commit 24a130bCopy full SHA for 24a130b
azure-pipelines.yml
@@ -2,7 +2,9 @@ jobs:
2
- template: default.yml@templates
3
parameters:
4
minrust: 1.39.0 # bytes
5
- codecov_token: $(CODECOV_TOKEN_SECRET)
+ # 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)
8
9
resources:
10
repositories:
0 commit comments