Skip to content

Commit d484726

Browse files
committed
Update the notes for developers
1 parent e004507 commit d484726

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

NOTES_FOR_DEVELOPERS.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,8 @@ directory, some data tests in `test/osm-testdata` and tests of the examples in
136136
`test/examples`. They are built by the default cmake config. Run `ctest` to
137137
run them. We can always use more tests.
138138

139-
Tests are run automatically using the Travis (Linux/Mac) and Appveyor (Windows)
140-
services. We automatically create coverage reports on Codevoc.io. Note that
141-
the coverage percentages reported are not always accurate, because code that
142-
is not used in tests at all will not necessarily end up in the binary and
143-
the code coverage tool will not know it is there.
144-
145-
[![Travis Build Status](https://secure.travis-ci.org/osmcode/libosmium.svg)](https://travis-ci.org/osmcode/libosmium)
146-
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/osmcode/libosmium?svg=true)](https://ci.appveyor.com/project/Mapbox/libosmium)
147-
[![Coverage Status](https://codecov.io/gh/osmcode/libosmium/branch/master/graph/badge.svg)](https://codecov.io/gh/osmcode/libosmium)
139+
Tests are run automatically using Github Actions (Linux/macOS) and Appveyor
140+
(Windows) services.
148141

149142

150143
## Documenting the code

0 commit comments

Comments
 (0)