Skip to content

Commit

Permalink
[bucket] sccache fix (and rebased version), correct bucket location
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhoffman authored and bors-libra committed Dec 8, 2020
1 parent f6e71b4 commit bc42a15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ jobs:
command: |
set -x
SUFFIX="$(date +"%Y-%m-%d")-$(git rev-parse --short=8 HEAD)"
PREFIX="ci-artifacts.libra.org/coverage";
PREFIX="ci-artifacts.diem.com/coverage";
#Push grcov
aws s3 cp --recursive ${CODECOV_OUTPUT}/grcovhtml "s3://${PREFIX}/unit-coverage/${SUFFIX}/";
aws s3 cp --recursive ${CODECOV_OUTPUT}/grcovhtml "s3://${PREFIX}/unit-coverage/latest/";
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
---

[![Diem Rust Crate Documentation (master)](https://img.shields.io/badge/docs-master-59f)](https://developers.diem.com/docs/rustdocs/)
[![CircleCI](https://circleci.com/gh/libra/libra.svg?style=shield)](https://circleci.com/gh/libra/libra)
[![CircleCI](https://circleci.com/gh/diem/diem.svg?style=shield)](https://circleci.com/gh/diem/diem)
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE)
[![codecov](https://codecov.io/gh/libra/libra/branch/master/graph/badge.svg)](https://codecov.io/gh/libra/libra)
[![grcov](https://img.shields.io/badge/Coverage-grcov-green)](https://ci-artifacts.diem.com/coverage/unit-coverage/latest/index.html)
[![codecov](https://codecov.io/gh/diem/diem/branch/master/graph/badge.svg)](https://codecov.io/gh/diem/diem)

Diem Core implements a decentralized, programmable database which provides a financial infrastructure that can empower billions of people.

Expand Down Expand Up @@ -66,4 +67,4 @@ To begin contributing, [sign the CLA](https://diem.com/en-US/cla-sign/). You can

## License

Diem Core is licensed as [Apache 2.0](https://github.com/libra/libra/blob/master/LICENSE).
Diem Core is licensed as [Apache 2.0](https://github.com/diem/diem/blob/master/LICENSE).
2 changes: 1 addition & 1 deletion x.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ envs = [
[cargo.sccache.installer]
version = "0.2.14-alpha.0"
git = "https://github.com/rexhoffman/sccache.git"
git-rev = "19fef99c15765ea73460fd9ecb209c35313eac41"
git-rev = "549babdd3866aa60dae01668c42ee00bf1e8c763"
features = [ "s3" ]


Expand Down

0 comments on commit bc42a15

Please sign in to comment.