diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-02 17:50:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-02 17:50:17 +0000 |
commit | fb9c8fb3de6bf0c8a7547f36254d4f8a5151ea91 (patch) | |
tree | c050bf1daa2cee0cbf9760764b2b0f44924de6c4 /.github/workflows/nos.yml | |
parent | Adding upstream version 0.15.8. (diff) | |
download | gita-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/workflows/nos.yml')
-rw-r--r-- | .github/workflows/nos.yml | 2 |
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 |