Skip to content

Commit

Permalink
use token
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 7, 2024
1 parent 0b2600f commit ca19bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

test-pydantic1:
name: Test pydantic1
Expand All @@ -82,6 +82,8 @@ jobs:
run: pytest tests/test_ui_field.py -v --color=yes --cov=magicgui --cov-report=xml

- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

test_napari:
name: napari tests
Expand Down

0 comments on commit ca19bf4

Please sign in to comment.