Skip to content

Commit 606069e

Browse files
committed
flags and badge
1 parent d56b617 commit 606069e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- uses: codecov/codecov-action@v5
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
56+
flags: py${{ matrix.python-version }}
5657

5758
build:
5859
name: Build

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![NASA/ADS](https://img.shields.io/badge/ads-2024arXiv240816903E-blueviolet)](https://ui.adsabs.harvard.edu/abs/2024arXiv240816903E)
88
[![DOI](https://img.shields.io/badge/doi-10.48550/arXiv.2408.16903-blue)](https://doi.org/10.48550/arXiv.2408.16903)
99
[![Tests](https://github.com/heracles-ec/heracles/actions/workflows/tests.yml/badge.svg)](https://github.com/heracles-ec/heracles/actions/workflows/tests.yml)
10-
[![Coverage](https://coveralls.io/repos/github/heracles-ec/heracles/badge.svg?branch=main)](https://coveralls.io/github/heracles-ec/heracles?branch=main)
10+
[![Coverage](https://codecov.io/gh/heracles-ec/heracles/graph/badge.svg?token=SYAZYYFLLL)](https://codecov.io/gh/heracles-ec/heracles)
1111

1212
This is _Heracles_, a code for harmonic-space statistics on the sphere.
1313
_Heracles_ can take catalogues of positions a function values on the sphere and

0 commit comments

Comments
 (0)