Home
last modified time | relevance | path

Searched full:coverage (Results 1 – 11 of 11) sorted by relevance

/libCEED/
H A D.gitlab-ci.yml23 # Note: COVERAGE=0 is needed when using ASAN
24 - export COVERAGE=0 CC=gcc CXX=g++ FC=gfortran
72 - export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran
109 - export COVERAGE=0
124 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit…
125 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F interface;
126 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F gallery;
127 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F backends;
128 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F tests;
129 … bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_ACCESS_TOKEN} -F examples;
[all …]
H A D.codecov.yml14 coverage:
H A D.gitignore23 # Coverage
H A DMakefile198 ifeq ($(COVERAGE), 1)
199 CFLAGS += --coverage
200 CXXFLAGS += --coverage
201 CEED_LDFLAGS += --coverage
H A DREADME.md5 [![Code coverage][codecov-badge]][codecov-link]
/libCEED/tests/junit-xml/
H A D.gitignore25 # Unit test / coverage reports
26 .coverage
29 coverage.xml
/libCEED/.github/workflows/
H A Drust-test-with-style.yml24 # Note: nightly required for coverage of Doctests
31 - name: Rust test with coverage
H A Djulia-test-with-style.yml39 …ease|tags/).* ]] || julia --project -e 'import Pkg; Pkg.test("LibCEED"; coverage=true, test_args=[…
/libCEED/doc/sphinx/source/
H A Dconf.py47 "sphinx.ext.coverage",
H A Dreleasenotes.md193 …ner support internally to facilitate future development and improve GPU completeness/test coverage.
535 coverage reports of about 90%. This release also provided a significant change to the
/libCEED/rust/libceed-sys/c-src/
H A DMakefile198 ifeq ($(COVERAGE), 1)
199 CFLAGS += --coverage
200 CXXFLAGS += --coverage
201 CEED_LDFLAGS += --coverage