Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,12 @@ jobs:
cargo install cargo-tarpaulin --version 0.24.0 --force
cargo tarpaulin -o Json -v
- name: Upload isar_test Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: packages/isar/lcov_isar_test.info
flags: isar
- name: Upload isar_core Coverage
uses: codecov/codecov-action@v3
with:
files: lcov.info
flags: core
override_branch: main
token: ${{ secrets.CODECOV_TOKEN }}
files: ./packages/isar/lcov_isar.info, ./packages/isar/lcov_isar_test.info
verbose: true

test_generator:
name: Generator Test
Expand Down
4 changes: 2 additions & 2 deletions packages/isar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<a href="https://github.com/isar-community/isar/actions/workflows/test.yaml">
<img src="https://img.shields.io/github/actions/workflow/status/isar/isar/test.yaml?branch=main&label=tests&labelColor=333940&logo=github">
</a>
<a href="https://app.codecov.io/gh/isar/isar">
<img src="https://img.shields.io/codecov/c/github/isar/isar?logo=codecov&logoColor=fff&labelColor=333940&flag=isar">
<a href="https://codecov.io/gh/isar-community/isar">
<img src="https://img.shields.io/codecov/c/github/isar-community/isar/main?token=UV6034WGXM&logo=codecov&logoColor=fff&labelColor=333940"/>
</a>
<a href="https://t.me/isardb">
<img src="https://img.shields.io/static/v1?label=join&message=Isar%20%26%20Hive&labelColor=333940&logo=telegram&logoColor=white&color=229ED9">
Expand Down