Skip to content

Commit ddc7c0a

Browse files
authored
collect Codecov also from integrations tests (#83)
1 parent 8c615c4 commit ddc7c0a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci-cloud.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,18 @@ jobs:
4141
run: |
4242
coverage run --source litmodels -m pytest src tests -v -m cloud
4343
timeout-minutes: 15
44+
45+
- name: Statistics
46+
run: |
47+
coverage report
48+
coverage xml
49+
50+
- name: Upload coverage to Codecov
51+
uses: codecov/codecov-action@v5
52+
with:
53+
token: ${{ secrets.CODECOV_TOKEN }}
54+
files: ./coverage.xml
55+
flags: integrations
56+
env_vars: OS,PYTHON
57+
name: codecov-umbrella
58+
fail_ci_if_error: false

0 commit comments

Comments
 (0)