summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geier <christian.geier@justadd.ai>2023-06-13 18:29:27 +0200
committerChristian Geier <christian.geier@justadd.ai>2023-06-13 18:29:27 +0200
commit46338fce24e27b66fbd2b74dab514b833b69001a (patch)
tree481ed181b489022c05720befbbffcda498e7d071
parent4efdebdba1235639b8328de18e4559be346c4643 (diff)
fix
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3432f273..7b9e5d92 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,6 +44,10 @@ jobs:
# Fake a TTY
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: "python -m tox"
+ coverage:
+ name: "Upload coverage"
+ runs-on: "ubuntu-latest"
+ steps:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with: