Skip to content

Commit d42b8b6

Browse files
committed
adding codecov
1 parent fc4d36a commit d42b8b6

3 files changed

Lines changed: 22 additions & 47 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Manual CodeCov Coverage Report Generation
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
create-report:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Upload coverage reports to Codecov
11+
uses: codecov/codecov-action@v5
12+
with:
13+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pythonpublish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,12 @@ jobs:
4949
run: |
5050
python setup.py sdist bdist_wheel
5151
twine upload dist/*
52+
53+
# post-deploy:
54+
# needs: deploy
55+
# runs-on: ubuntu-latest
56+
# steps:
57+
# - name: Upload coverage reports to Codecov
58+
# uses: codecov/codecov-action@v5
59+
# with:
60+
# token: ${{ secrets.CODECOV_TOKEN }}

conftest.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)