Skip to content

Commit c1fbe4e

Browse files
committed
update codecov action
1 parent 2900889 commit c1fbe4e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish-wiki.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: impresscms-dev/[email protected].2
22+
- uses: impresscms-dev/[email protected].3
2323
with:
2424
path: wiki
2525
- uses: Andrew-Chen-Wang/github-wiki-action@v4

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131
- name: Run tests
3232
run: poetry run pytest -v -m "not tgtg_api" --cov=tgtg_scanner --cov-report=xml
3333
- uses: codecov/codecov-action@v4
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
36+
verbose: true

0 commit comments

Comments
 (0)