diff options
author | Tristan van Berkom <tristan@codethink.co.uk> | 2020-09-17 15:42:30 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan@codethink.co.uk> | 2020-09-17 16:03:04 +0900 |
commit | 936f4bda70bdc85b2aee1b9a6677b7c71c4179a6 (patch) | |
tree | 3ccfef6bb19d3e9a208480fa2c66e00a8d492592 | |
parent | aeea7e65c52b3a0b7cdab147e65246de369d77e5 (diff) | |
download | buildstream-936f4bda70bdc85b2aee1b9a6677b7c71c4179a6.tar.gz |
.gitlab-ci.yml: Added comment explaining how we test without `usedevelop`
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 503195b66..267532a7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -211,6 +211,12 @@ tests-bb-remote-cache: tests-no-usedevelop: # Ensure that tests also pass without `--develop` flag. + # + # Our tox.ini file does not set `usedevelop` when running without coverage, + # but the `usedevelop` flag is required when collecting coverage information, + # this is why we provoke the tests to run with `nocover` in order to provoke + # the tests to run in CI without `usedevelop`. + # image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${DOCKER_IMAGE_VERSION} <<: *tests variables: |