We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb041f commit 7a1d1ccCopy full SHA for 7a1d1cc
.github/workflows/ci.yml
@@ -142,7 +142,7 @@ jobs:
142
run: |
143
pipx install poetry
144
poetry config virtualenvs.prefer-active-python true
145
- pip install invoke toml
+ pip install invoke toml codecov
146
- name: "Install Package"
147
run: "poetry install --all-extras"
148
- name: "Mypy Tests"
@@ -151,3 +151,6 @@ jobs:
151
# run: "poetry run pylint infrahub_sdk/"
152
- name: "Unit Tests"
153
run: "poetry run pytest tests/unit/"
154
+ - name: "Upload coverage to Codecov"
155
+ run: |
156
+ codecov --flags python-${{ matrix.python-version }}
0 commit comments