Skip to content

Commit e6b91c3

Browse files
committed
added codecov badge
1 parent cbec0a6 commit e6b91c3

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
run: |
3232
poe format_check
3333
poe lint
34-
# - name: Testing
35-
# run: |
36-
# poe test
37-
# - name: "Check Codecov"
38-
# uses: codecov/codecov-action@v2
39-
# with:
40-
# fail_ci_if_error: true
34+
- name: Testing
35+
run: |
36+
poe test
37+
- name: "Check Codecov"
38+
uses: codecov/codecov-action@v2
39+
with:
40+
fail_ci_if_error: true
4141

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![PyPI](https://img.shields.io/pypi/v/hpc-helper)](https://pypi.org/project/hpc-helper/)
44
![GitHub](https://img.shields.io/github/license/mad-lab-fau/hpc-helper)
55
[![Test and Lint](https://github.com/mad-lab-fau/hpc-helper/actions/workflows/test-and-lint.yml/badge.svg)](https://github.com/mad-lab-fau/hpc-helper/actions/workflows/test-and-lint.yml)
6+
[![codecov](https://codecov.io/gh/mad-lab-fau/hpc-helper/branch/main/graph/badge.svg?token=GOUBR5KPQF)](https://codecov.io/gh/mad-lab-fau/hpc-helper)
67
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
78
![PyPI - Downloads](https://img.shields.io/pypi/dm/hpc-helper)
89
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/mad-lab-fau/hpc-helper)

0 commit comments

Comments
 (0)