Skip to content

Commit

Permalink
Merge pull request #45 from HelmholtzAI-Consultants-Munich/christinab…
Browse files Browse the repository at this point in the history
…12-patch-1

Update test.yml
  • Loading branch information
christinab12 authored Dec 7, 2023
2 parents 0bd6c73 + 80820c1 commit 98fe775
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,15 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest
coverage xml -i
working-directory: src/client
env:
PLATFORM: ${{ matrix.platform }}

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

Expand Down Expand Up @@ -89,12 +92,15 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest
coverage xml -i
working-directory: src/server
env:
PLATFORM: ${{ matrix.platform }}

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

0 comments on commit 98fe775

Please sign in to comment.