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

Commit

Permalink
Merge pull request #1076 from EOSIO/release_22.0.x_test_types
Browse files Browse the repository at this point in the history
Adding test-types for release/22.0.x using nodeos release/2.1.x
  • Loading branch information
Brad Hart authored Jan 12, 2022
2 parents ce987ff + 1461e0a commit 40e4e61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,15 @@ jobs:
env:
NODEOS_VER: 'release/2.1.x'
COVERAGE_TESTING: true
- name: Test Types
run: |
yarn test-types
- name: Copy Coverage Files
run: |
mkdir -p ./coverage/multiple-sources
cp ./coverage/test/coverage-final.json ./coverage/multiple-sources/test.json
cp ./coverage/test-node/coverage-final.json ./coverage/multiple-sources/test-node.json
cp ./coverage/test-types/coverage-final.json ./coverage/multiple-sources/test-types.json
./node_modules/nyc/bin/nyc.js merge ./coverage/multiple-sources ./coverage/merged-output/coverage.json
./node_modules/nyc/bin/nyc.js report -t ./coverage/merged-output --report-dir ./coverage/merged-report --reporter=html
- name: Build
Expand Down

0 comments on commit 40e4e61

Please sign in to comment.