Skip to content

Commit 194498b

Browse files
committed
CI: Add codecov token
1 parent 8b1541b commit 194498b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,14 @@ jobs:
5151
run: |
5252
make test
5353
54+
# https://app.codecov.io/github/has2k1/gnuplot-kernel/settings
55+
# https://github.com/has2k1/gnuplot-kernel/settings/secrets/actions
5456
- name: Upload coverage to Codecov
5557
uses: codecov/codecov-action@v5
5658
with:
5759
fail_ci_if_error: true
5860
name: "py${{ matrix.python-version }}"
61+
token: ${{ secrets.CODECOV_TOKEN }}
5962

6063
lint-and-format:
6164
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ dev = [
3535

3636
test = [
3737
"pytest-cov>=4.0.0",
38-
"coveralls>=4.0.1",
3938
]
4039

4140

0 commit comments

Comments
 (0)