opentelemetry-php/tests
Brett McBride 56cf2db141
Separate integration and unit tests (#538)
* reorganise tests
moving tests under tests/Unit and tests/Integration, and updating namespaces
changing 'make test' to just run unit tests, and generate coverage off that
adding a 'make test-integration' to run integration tests (without coverage)
adding test-integration to 'make all'
adding a separate github action to run integration tests

* tidy 'make test'
make test is now a combination of test-unit and test-integration

* fixing 'make all'

* adding unit tests for TraceIdRatioBasedSampler
I grabbed a couple of the more unit-tests tests from the integration tests. Also starting to add some @covers
annotations to start to remove false coverage
2022-01-05 14:22:12 +01:00
..
Benchmark Restructure API / SDK components (Attributes, Clock, Trace) (#521) 2022-01-01 18:51:36 +11:00
Integration Separate integration and unit tests (#538) 2022-01-05 14:22:12 +01:00
TraceContext/W3CTestService Restructure API / SDK components (Attributes, Clock, Trace) (#521) 2022-01-01 18:51:36 +11:00
Unit Separate integration and unit tests (#538) 2022-01-05 14:22:12 +01:00
coverage/html Add make target to create HTML code coverage report (#477) 2021-11-17 19:47:35 -05:00
bootstrap.php Exporter Refactoring (#476) 2021-11-21 14:12:06 -05:00