Skip to content

Commit 356c537

Browse files
authored
Merge pull request #50 from VectorInstitute/fix_coverage_issues
Fix unit tests coverage action, fix readme badge
2 parents 41ef552 + 00b42a9 commit 356c537

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
uses: codecov/codecov-action@v5.3.1
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
69-
slug: VectorInstitute/vec-inf
69+
file: ./coverage.xml
70+
name: codecov-umbrella
7071
fail_ci_if_error: true
7172
verbose: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
----------------------------------------------------
44

55
[![code checks](https://github.com/VectorInstitute/vector-inference/actions/workflows/code_checks.yml/badge.svg)](https://github.com/VectorInstitute/vector-inference/actions/workflows/code_checks.yml)
6-
[![docs](https://github.com/VectorInstitute/vector-inference/actions/workflows/docs_build.yml/badge.svg)](https://github.com/VectorInstitute/vector-inference/actions/workflows/docs_build.yml)
6+
[![docs](https://github.com/VectorInstitute/vector-inference/actions/workflows/docs_deploy.yml/badge.svg)](https://github.com/VectorInstitute/vector-inference/actions/workflows/docs_deploy.yml)
77
[![codecov](https://codecov.io/github/VectorInstitute/vector-inference/graph/badge.svg?token=83MYFZ3UPA)](https://codecov.io/github/VectorInstitute/vector-inference)
88
![GitHub License](https://img.shields.io/github/license/VectorInstitute/vector-inference)
99

0 commit comments

Comments
 (0)