Skip to content

Commit

Permalink
Merge pull request #41 from HelmholtzAI-Consultants-Munich/add-codecov
Browse files Browse the repository at this point in the history
Add codecov
  • Loading branch information
christinab12 authored Dec 1, 2023
2 parents 7284dd9 + 6c49b37 commit 8a4efe0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}

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

test_server:
name: server ${{ matrix.platform }} py${{ matrix.python-version }}
Expand Down Expand Up @@ -87,5 +89,8 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}

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

0 comments on commit 8a4efe0

Please sign in to comment.