Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Releases: cloak-php/coveralls-kit

2.3.0 release

05 Dec 09:05
Compare
Choose a tag to compare
  • EnvironmentAdaptor to EnvironmentAdapter
  • AbstractAdaptor to AbstractAdapter
  • AdaptorResolver to AdapterResolver
  • EnvironmentAdaptorNotFoundException to EnvironmentAdapterNotFoundException

2.2.1 Release

23 Aug 09:08
Compare
Choose a tag to compare
  • Fix code style

2.2.0 Release

23 Aug 09:07
Compare
Choose a tag to compare
  • Jenkins supported

2.0.0 release

28 Apr 05:22
Compare
Choose a tag to compare
  • PHP5.4 not support
  • Rename CompositeEntityInterface.php -> CompositeEntity.php
  • Rename EntityInterface.php -> Entity.php
  • Rename CompositeEntityCollectionInterface.php -> CompositeEntityCollection
  • Raname CoverageInterface -> CoverageEntity
  • Raname Coverage -> CoverageResult
  • Raname RepositoryInterface -> RepositoryEntity
  • Raname Repository -> GitRepository
  • Raname ServiceInterface -> ServiceEntity
  • Raname Service -> CIService
  • Raname ReportInterface -> ReportEntity
  • Raname Report -> CoverallsReport
  • Raname AdaptorInterface -> EnviromentAdaptor
  • Raname RecordInterface -> FileRecord
  • Raname ReportParserInterface -> ReportParser
  • Raname ReportBuilder -> CoverallsReportBuilder
  • Raname ReportBuilderInterface -> ReportBuilder
  • Rename ReportTransfer -> CoverallsReportTransfer
  • Rename ReportTransferInterface -> ReportTransfer
  • Rename ReportTransferAwareInterface -> ReportTransferAware
  • Rename Configuration -> BuilderConfiguration
  • Rename ConfigurationInterface -> Configuration
  • Rename RootConfigurationInterface -> RootConfiguration
  • Rename ConfigurationLoaderInterface -> ConfigurationLoader
  • Rename Registry -> ObjectRegistry
  • Changed the dom parser from Zend\Dom to Symfony\DomCrawler
  • Changed the interface of the report parser

1.4.0.1 release

28 Dec 11:32
Compare
Choose a tag to compare
  • Codeship supported