Skip to content

Commit

Permalink
Cleanup (#174)
Browse files Browse the repository at this point in the history
* renamed the examples folder to integration-tests, since that is what it
actually is

* removed the dependency on the nulls package

* cleaned up some unnecessary assignments in the UnmarshalJSON method for
Coverage

* documented the Formatter interface
  • Loading branch information
markbates committed Jun 2, 2017
1 parent 11bfc9b commit 24f14bc
Show file tree
Hide file tree
Showing 160 changed files with 97 additions and 11,468 deletions.
8 changes: 1 addition & 7 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Makefile
Expand Up @@ -53,19 +53,19 @@ build-docker:
golang:1.8 make build golang:1.8 make build


test-simplecov: test-simplecov:
docker build -f examples/simplecov/Dockerfile . docker build -f integration-tests/simplecov/Dockerfile .


test-lcov: test-lcov:
docker build -f examples/lcov/Dockerfile . docker build -f integration-tests/lcov/Dockerfile .


test-covpy: test-covpy:
docker build -f examples/coverage_py/Dockerfile . docker build -f integration-tests/coverage_py/Dockerfile .


test-gocov: test-gocov:
docker build -f examples/gocov/Dockerfile . docker build -f integration-tests/gocov/Dockerfile .


test-clover: test-clover:
docker build -f examples/clover/Dockerfile . docker build -f integration-tests/clover/Dockerfile .


publish-head: publish-head:
$(AWS) s3 cp \ $(AWS) s3 cp \
Expand Down
447 changes: 0 additions & 447 deletions examples/clover.xml

This file was deleted.

97 changes: 0 additions & 97 deletions examples/cobertura/coverage.xml

This file was deleted.

52 changes: 0 additions & 52 deletions examples/jacoco.xml

This file was deleted.

1 change: 0 additions & 1 deletion examples/javascript/coverage.json

This file was deleted.

0 comments on commit 24f14bc

Please sign in to comment.