Setup tests (#87)

* test: move timeout tests to their own job to speed things up slightly

* test: add comment about timeout tests

* test: fix needs in cd job

* test: add jest configuration and first test

* test: setup codecov to track coverage
This commit is contained in:
Nick Fields
2022-08-03 10:19:55 -04:00
committed by GitHub
parent 0f986c438b
commit a25f198007
6 changed files with 7727 additions and 53 deletions

7
.github/codecov.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
# see https://docs.codecov.com/docs/codecovyml-reference
codecov:
require_ci_to_pass: false
comment:
layout: 'diff, flags'
behavior: default
require_changes: true