Skip to content

Commit

Permalink
Merge pull request #42 from HelmholtzAI-Consultants-Munich/add-codecov
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
christinab12 authored Dec 5, 2023
2 parents 8a4efe0 + dbef040 commit 1ec2cbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:

- name: Coverage client tests
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test_server:
name: server ${{ matrix.platform }} py${{ matrix.python-version }}
Expand Down Expand Up @@ -91,6 +91,6 @@ jobs:

- name: Coverage server tests
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1ec2cbb

Please sign in to comment.