summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-05-01 17:15:06 +0200
committerNejc Habjan <hab.nejc@gmail.com>2021-05-01 17:15:06 +0200
commitf875786ce338b329421f772b181e7183f0fcb333 (patch)
tree07bd3b7282c8e59d337e06dd41cad03b1f5bde5f /.github
parent1e6305e865d4e586f2fa3a5f638095d0c885e224 (diff)
downloadgitlab-f875786ce338b329421f772b181e7183f0fcb333.tar.gz
test(functional): start tracking functional test coverage
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 01e604f..8002d36 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -55,6 +55,12 @@ jobs:
env:
TOXENV: ${{ matrix.toxenv }}
run: tox
+ - name: Upload codecov coverage
+ uses: codecov/codecov-action@v1
+ with:
+ files: ./coverage.xml
+ flags: ${{ matrix.toxenv }}
+ fail_ci_if_error: true
coverage:
runs-on: ubuntu-20.04