summaryrefslogtreecommitdiffstats
path: root/.github/workflows/nos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nos.yml')
-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