* WIG using TFRecord package
* Testing Protocol Buffer generation
* WIP Adding support for TFRecords ProtoBuf main containers
* WIP Adding internal methods for TFRecord Features
* WIP saving base64 and sha256 in TFRecords
* get asset tags/region
* WIP saving on TFRecords feature arrays
* Exported Features and FeatureLists on TFRecords
* WIG using TFRecord package
* Testing Protocol Buffer generation
* WIP Adding support for TFRecords ProtoBuf main containers
* WIP Adding internal methods for TFRecord Features
* WIP saving base64 and sha256 in TFRecords
* get asset tags/region
* WIP saving on TFRecords feature arrays
* Exported Features and FeatureLists on TFRecords
* removed test tag data
* update tests
* replaced string to utf-8 bytearray with custom implementation
* testing also pbtxt file
* excluded protocol buffer generated js file in codeconv
* rename TFRecord/ProtoBuf features object
* Added CRC to TFRecords
* Added 32bit and 64bit CRCs
* fix crc masking
* Write all Int in Low Endian
* Adding CRC to Buffer reusing V1 code
* try different crc package (buffer-crc32)
* Added TFRecords Helper file with utility methods for CRC and Buffer conversion
* Added unit tests for TFRecords Helper functions
* Fix Image encoding in TFRecords
* Refactored asset image download
* Added small comment on TFRecords write catch
* Export tag index position too
* Fix TFRecords features persistence
* Fixed last TFRecords features
1. Modify linux agent test run to upload coverage report to codecov.
1. Enable pr comment so codecov can post back report to PR.
1. Enable commit status so it will block if coverage goes down.