Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 210a977

Browse filesBrowse files
authored
Merge pull request #59 from sphinx-doc/bugfix/codecov-workflow
Use codecov token in coverage action
2 parents c08a886 + 51f4eac commit 210a977
Copy full SHA for 210a977

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: coverage run
3030
- name: Upload coverage to Codecov
3131
uses: codecov/codecov-action@v3
32+
env:
33+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3234
with:
3335
env_vars: OS,PYTHON,DJANGO
3436
name: codecov-umbrella

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.