Add codecov.yml. Bumping version.

This commit is contained in:
CismonX 2020-03-30 12:43:03 +08:00
parent f4b5e60ba9
commit 96a7c69edd
2 changed files with 5 additions and 1 deletions

2
codecov.yml Normal file
View File

@ -0,0 +1,2 @@
ignore:
- "src/collections.c"

View File

@ -16,7 +16,7 @@
extern zend_module_entry collections_module_entry;
#define phpext_collections_ptr &collections_module_entry
#define PHP_COLLECTIONS_VERSION "0.1.1"
#define PHP_COLLECTIONS_VERSION "0.1.2"
#ifdef PHP_WIN32
#define PHP_COLLECTIONS_API __declspec(dllexport)
@ -28,6 +28,8 @@ extern zend_module_entry collections_module_entry;
#if PHP_VERSION_ID < 70100
#error "This extension requires PHP 7.1 and above."
#elif PHP_VERSION_ID >= 80000
#error "This extension does not yet support PHP 8.0 (which is under development)."
#endif
#if PHP_VERSION_ID >= 70400