Closed sreeramsama closed 1 year ago
Merging #195 (b7ef34a) into main (dfdb427) will not change coverage. The diff coverage is
n/a
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #195 +/- ##
=======================================
Coverage 43.67% 43.67%
=======================================
Files 16 16
Lines 1264 1264
Branches 199 199
=======================================
Hits 552 552
Misses 712 712
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
:tada: This PR is included in version 3.0.0-geo.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description of changes
Integration tests are failing to run in CircleCI as environment is set as
dev
. This PR fixes this by settingprod
as the build param of integration test runs.PR also includes unit tests (not related to this) that weren't merged from an earlier time.
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesScreenshot