Skip to content

Commit 7ca319b

Browse files
committed
added codecov badge, re-enabled Halo tests
1 parent d674916 commit 7ca319b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- image: dashproject/ci:openmpi2
9595
environment:
9696
MPI_EXEC_FLAGS: "--allow-run-as-root --map-by core"
97-
GTEST_FILTER: "-TeamLocalityTest.*:DARTLocalityTest.*:HaloTest.HaloMatrixWrapper*"
97+
GTEST_FILTER: "-TeamLocalityTest.*:DARTLocalityTest.*"
9898
GTEST_OUTPUT: "xml:test-results.xml"
9999
CC: gcc
100100
CXX: g++

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![CI Status](https://circleci.com/gh/dash-project/dash.svg?style=shield&circle-token=cd221e93159f5c97477c9699f3b7adc54d344ae6)](https://circleci.com/gh/dash-project/dash)
22
[![Build Status](https://travis-ci.org/dash-project/dash.svg?branch=development)](https://travis-ci.org/dash-project/dash) [![Documentation Status](https://readthedocs.org/projects/dash/badge/?version=latest)](http://dash.readthedocs.io/en/latest/?badge=latest) [![Documentation](https://codedocs.xyz/dash-project/dash.svg)](https://codedocs.xyz/dash-project/dash/)
3+
[![codecov](https://codecov.io/gh/dash-project/dash/branch/development/graph/badge.svg)](https://codecov.io/gh/dash-project/dash)
34
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/491/badge)](https://bestpractices.coreinfrastructure.org/projects/491)
45

56

0 commit comments

Comments
 (0)