Skip to content

Commit

Permalink
Merge pull request ubiquity#700 from rndquu/fix/upload-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jun 23, 2023
2 parents 08a8545 + 1a64a2b commit ad8e02c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Compare Test Coverage
# This compares test coverage and throws an error if test coverage is lower than the previous run.

on:
push:
branches: [development]
pull_request:
branches: [development]

Expand Down Expand Up @@ -118,3 +120,8 @@ jobs:
run: |
echo "Error: test coverage decreased"
exit 1
- name: Upload test coverage report to coveralls.io
uses: coverallsapp/github-action@v2
with:
file: packages/contracts/filtered-lcov.info
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build & Test](https://github.com/ubiquity/ubiquity-dollar/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/ubiquity/ubiquity-dollar/actions/workflows/build-and-test.yml)
[![Coverage Status](https://coveralls.io/repos/github/ubiquity/ubiquity-dollar/badge.svg?branch=development)](https://coveralls.io/github/ubiquity/ubiquity-dollar?branch=development)
[![Coverage Status](https://coveralls.io/repos/github/ubiquity/ubiquity-dollar/badge.svg?branch=development&service=github)](https://coveralls.io/github/ubiquity/ubiquity-dollar?branch=development)
# Ubiquity Dollar
Introducing the flagship product of [Ubiquity DAO](https://ubq.fi/). The Ubiquity Dollar (uAD) is a collateralized stablecoin.
- The deployed smart contracts can be found in the [docs](https://dao.ubq.fi/smart-contracts).
Expand Down

0 comments on commit ad8e02c

Please sign in to comment.