summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-02 17:50:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-02 17:50:17 +0000
commitfb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91 (patch)
treec050bf1daa2cee0cbf9760764b2b0f44924de6c4 /.github
parentAdding upstream version 0.15.8. (diff)
downloadgita-fb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91.tar.xz
gita-fb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91.zip
Adding upstream version 0.15.9.upstream/0.15.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/nos.yml b/.github/workflows/nos.yml
index e6c012b..9b81b05 100644
--- a/.github/workflows/nos.yml
+++ b/.github/workflows/nos.yml
@@ -23,3 +23,5 @@ jobs:
- name: Pytest
run: |
pytest tests --cov=./gita
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v2