summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJakub Stasiak <jakub@stasiak.at>2020-06-18 15:53:34 +0200
committerJakub Stasiak <jakub@stasiak.at>2020-06-18 15:53:34 +0200
commit06a05a3f2ac42f076f2fa3e540a7895a35e24fb7 (patch)
tree3111ca9f50bfad541df5e6aa9da5406d8e036bd2 /.github
parent5e56ce6ab29b3430087618d12e6f647a6a71000a (diff)
downloadnetaddr-06a05a3f2ac42f076f2fa3e540a7895a35e24fb7.tar.gz
Calculate test coverage and submit it to Codecov
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 76c8095..2a872cb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,3 +22,5 @@ jobs:
- name: Run tests
run: |
make test_with_junitxml
+ - name: Report coverage to Codecov
+ uses: codecov/codecov-action@v1