Skip to content

Commit a34804a

Browse files
authored
Merge pull request #6 from icon-project/5-cisetup-cicd-pipelines
ci: cleanup
2 parents af89714 + 604c768 commit a34804a

File tree

3 files changed

+11
-68
lines changed

3 files changed

+11
-68
lines changed

.github/workflows/publish_maven.yml

-26
This file was deleted.

.github/workflows/uat-deploy-java-contracts.yml

-31
This file was deleted.

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[![Project Status: Initial Release](https://img.shields.io/badge/repo%20status-active-green.svg?style=flat-square)](https://www.repostatus.org/#active)
2-
[![License: Apache-2.0](https://img.shields.io/github/license/icon-project/xcall-multi.svg?style=flat-square)](https://github.com/icon-project/xcall-multi/blob/main/LICENSE)
3-
[![Lines Of Code](https://img.shields.io/tokei/lines/github/icon-project/xcall-multi?style=flat-square)](https://github.com/icon-project/xcall-multi)
4-
[![Version](https://img.shields.io/github/tag/icon-project/xcall-multi.svg?style=flat-square)](https://github.com/icon-project/xcall-multi)
5-
![GitHub Workflow Status - cosmwasm](https://github.com/icon-project/xcall-multi/actions/workflows/build-and-publish-cosmwasm.yml/badge.svg)
6-
![GitHub Workflow Status - javascore](https://github.com/icon-project/xcall-multi/actions/workflows/build-and-publish-javascore.yml/badge.svg)
2+
[![License: Apache-2.0](https://img.shields.io/github/license/icon-project/intent-contracts.svg?style=flat-square)](https://github.com/icon-project/intent-contracts/blob/main/LICENSE)
3+
[![Lines Of Code](https://img.shields.io/tokei/lines/github/icon-project/intent-contracts?style=flat-square)](https://github.com/icon-project/intent-contracts)
4+
[![Version](https://img.shields.io/github/tag/icon-project/intent-contracts.svg?style=flat-square)](https://github.com/icon-project/intent-contracts)
5+
![GitHub Workflow Status - cosmwasm](https://github.com/icon-project/intent-contracts/actions/workflows/build-and-publish-cosmwasm.yml/badge.svg)
6+
![GitHub Workflow Status - javascore](https://github.com/icon-project/intent-contracts/actions/workflows/build-and-publish-javascore.yml/badge.svg)
77
| Language | Code Coverage |
88
| ----------------------------------- | ---------------------------------------------------------- |
99
| [Java](./contracts/javascore) | [![Java Cov][java-cov-badge]][java-cov-link] |
1010
| [Rust](./contracts/cosmwasm-vm) | [![Rust Cov][rust-cov-badge]][rust-cov-link] |
1111
| [Solidity](./contracts/evm) | [![Solidity Cov][solidity-cov-badge]][solidity-cov-link] |
1212

13-
[java-cov-link]: https://app.codecov.io/gh/icon-project/xcall-multi/tree/main/contracts/javascore
14-
[rust-cov-link]: https://app.codecov.io/gh/icon-project/xcall-multi/tree/main/contracts/cosmwasm-vm
15-
[solidity-cov-link]: https://app.codecov.io/gh/icon-project/xcall-multi/tree/main/contracts/evm
16-
[java-cov-badge]: https://codecov.io/gh/icon-project/xcall-multi/branch/main/graph/badge.svg?token=KWDB59JITE&flag=java
17-
[rust-cov-badge]: https://codecov.io/gh/icon-project/xcall-multi/branch/main/graph/badge.svg?token=KWDB59JITE&flag=rust
18-
[solidity-cov-badge]: https://codecov.io/gh/icon-project/xcall-multi/branch/main/graph/badge.svg?token=KWDB59JITE&flag=solidity
13+
[java-cov-link]: https://app.codecov.io/gh/icon-project/intent-contracts/tree/main/contracts/javascore
14+
[rust-cov-link]: https://app.codecov.io/gh/icon-project/intent-contracts/tree/main/contracts/cosmwasm-vm
15+
[solidity-cov-link]: https://app.codecov.io/gh/icon-project/intent-contracts/tree/main/contracts/evm
16+
[java-cov-badge]: https://codecov.io/gh/icon-project/intent-contracts/graph/badge.svg?token=W8SGQJ11ZG&flag=java
17+
[rust-cov-badge]: https://codecov.io/gh/icon-project/intent-contracts/graph/badge.svg?token=W8SGQJ11ZG&flag=rust
18+
[solidity-cov-badge]: https://codecov.io/gh/icon-project/intent-contracts/graph/badge.svg?token=W8SGQJ11ZG&flag=solidity
1919

2020
# xcall-multi
2121
xcall-multi is a cross chain messaging service built to mimic regular transaction flows across any interoperable solution.

0 commit comments

Comments
 (0)