Searched full:coverage (Results 1 – 11 of 11) sorted by relevance
23 # Note: COVERAGE=0 is needed when using ASAN24 - export COVERAGE=0 CC=gcc CXX=g++ FC=gfortran72 - export COVERAGE=1 CC=gcc CXX=g++ FC=gfortran109 - export COVERAGE=0124 …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 …]
14 coverage:
23 # Coverage
198 ifeq ($(COVERAGE), 1)199 CFLAGS += --coverage200 CXXFLAGS += --coverage201 CEED_LDFLAGS += --coverage
5 [![Code coverage][codecov-badge]][codecov-link]
25 # Unit test / coverage reports26 .coverage29 coverage.xml
24 # Note: nightly required for coverage of Doctests31 - name: Rust test with coverage
39 …ease|tags/).* ]] || julia --project -e 'import Pkg; Pkg.test("LibCEED"; coverage=true, test_args=[…
47 "sphinx.ext.coverage",
193 …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