Skip to content

Commit c2f6ec9

Browse files
authored
Merge pull request #133 from ManuelHu/patch-1
add codecov token
2 parents c76cb31 + aed0c89 commit c2f6ec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
python -m pytest --cov=lgdo --cov-report=xml
5858
- name: Upload Coverage to codecov.io
5959
uses: codecov/codecov-action@v5
60+
with:
61+
token: ${{ secrets.CODECOV_TOKEN }}
6062

6163
build-docs:
6264
name: Build documentation

0 commit comments

Comments
 (0)