We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2900889 commit c1fbe4eCopy full SHA for c1fbe4e
.github/workflows/publish-wiki.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: impresscms-dev/strip-markdown-extensions-from-links-action@v1.1.2
+ - uses: impresscms-dev/strip-markdown-extensions-from-links-action@v1.1.3
23
with:
24
path: wiki
25
- uses: Andrew-Chen-Wang/github-wiki-action@v4
.github/workflows/tests.yml
@@ -31,3 +31,6 @@ jobs:
31
- name: Run tests
32
run: poetry run pytest -v -m "not tgtg_api" --cov=tgtg_scanner --cov-report=xml
33
- uses: codecov/codecov-action@v4
34
+ with:
35
+ token: ${{ secrets.CODECOV_TOKEN }}
36
+ verbose: true
0 commit comments