Skip to content

Commit

Permalink
Add Coverage badge to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Jun 30, 2023
1 parent ade6577 commit d87b28d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# on:
# push:
# branches:
# - main
on: [pull_request]
on:
push:
branches:
- main

name: Code coverage check

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to
### Added

- Curve: Add fully functional implementation of distribution curve that handles 3 types (constant, linear and piecewise linear) ([#62])
- CI: Upload CI results to codecov and implement coverage badge in the readme ([#64])

### Changed

Expand All @@ -22,6 +23,7 @@ and this project adheres to
[#58]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/58
[#62]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/62
[#63]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/63
[#64]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/64

## [0.3.1] - 2023-06-27

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![codecov](https://codecov.io/gh/Phoenix-Protocol-Group/phoenix-contracts/branch/main/graph/badge.svg?token=BJMG2IINQB)](https://codecov.io/gh/Phoenix-Protocol-Group/phoenix-contracts)

# Phoenix DEX Smart Contracts
This repository contains the Rust source code for the smart contracts of the Phoenix DEX.

Expand Down

0 comments on commit d87b28d

Please sign in to comment.