EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

Removing coverage file for test types following previous work #1059

Closed bradlhart closed 2 years ago

bradlhart commented 2 years ago

Change Description

We removed two runs of test-types when the nodeos version and eosjs version had changed for certain matchups. Unfortunately did not remove the coverage file copy command as well so integration tests have been failing with "no file exists".

API Changes

Documentation Additions