Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simc committed Aug 21, 2023
1 parent 767b93e commit 8076421
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
- name: Upload Coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<a href="https://pub.dev/packages/hive">
<img src="https://img.shields.io/pub/v/hive?label=pub.dev&labelColor=333940&logo=dart">
</a>
<a href="https://github.com/isar/hive/actions/workflows/test.yaml">
<img src="https://img.shields.io/github/actions/workflow/status/isar/hive/test.yaml?branch=main&label=tests&labelColor=333940&logo=github">
<a href="https://github.com/isar/hive/actions/workflows/Dart CI.yaml">
<img src="https://img.shields.io/github/actions/workflow/status/isar/hive/test.yml?branch=main&label=tests&labelColor=333940&logo=github">
</a>
<a href="https://app.codecov.io/gh/isar/hive">
<img src="https://img.shields.io/codecov/c/github/isar/hive?logo=codecov&logoColor=fff&labelColor=333940">
Expand Down

0 comments on commit 8076421

Please sign in to comment.