Skip to content

Commit

Permalink
Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuen committed Apr 10, 2024
1 parent 2b5305d commit a2e02ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
continue-on-error: false

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: icecube/ic3-labels
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Testing | Coverage |
| :-----: | :------: |
| [![Unit Tests](https://github.com/icecube/ic3_labels/actions/workflows/test_suite.yml/badge.svg)](https://github.com/icecube/ic3_labels/actions/workflows/test_suite.yml) | [![codecov](https://codecov.io/github/icecube/ic3_labels/graph/badge.svg?token=ZQ6K8V9F4U)](https://codecov.io/github/icecube/ic3_labels)
| [![Unit Tests](https://github.com/icecube/ic3-labels/actions/workflows/test_suite.yml/badge.svg)](https://github.com/icecube/ic3-labels/actions/workflows/test_suite.yml) | [![codecov](https://codecov.io/github/icecube/ic3-labels/graph/badge.svg?token=ZQ6K8V9F4U)](https://codecov.io/github/icecube/ic3-labels)



Expand Down

0 comments on commit a2e02ac

Please sign in to comment.