summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-02 17:50:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-02 17:50:20 +0000
commitf17ac068062abaf5b806bbe0bd4764a98d06aea1 (patch)
treee2fbec61508d45bc2c1310db089d4f6f8f002026 /.github
parentReleasing debian version 0.15.8-1. (diff)
downloadgita-f17ac068062abaf5b806bbe0bd4764a98d06aea1.tar.xz
gita-f17ac068062abaf5b806bbe0bd4764a98d06aea1.zip
Merging upstream version 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