We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1541b commit 194498bCopy full SHA for 194498b
.github/workflows/testing.yml
@@ -51,11 +51,14 @@ jobs:
51
run: |
52
make test
53
54
+ # https://app.codecov.io/github/has2k1/gnuplot-kernel/settings
55
+ # https://github.com/has2k1/gnuplot-kernel/settings/secrets/actions
56
- name: Upload coverage to Codecov
57
uses: codecov/codecov-action@v5
58
with:
59
fail_ci_if_error: true
60
name: "py${{ matrix.python-version }}"
61
+ token: ${{ secrets.CODECOV_TOKEN }}
62
63
lint-and-format:
64
runs-on: ubuntu-latest
pyproject.toml
@@ -35,7 +35,6 @@ dev = [
35
36
test = [
37
"pytest-cov>=4.0.0",
38
- "coveralls>=4.0.1",
39
]
40
41
0 commit comments