Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to goflow v0.89.0 #295

Merged
merged 2 commits into from
Jun 8, 2020
Merged

Update to goflow v0.89.0 #295

merged 2 commits into from
Jun 8, 2020

Conversation

rowanseymour
Copy link
Contributor

No description provided.

(SELECT ARRAY_TO_JSON(ARRAY_AGG(ROW_TO_JSON(tr))) FROM (
SELECT
tr.language as language,
'' as country,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still haven't added this to the DB yet

@codecov
Copy link

codecov bot commented Jun 8, 2020

Codecov Report

Merging #295 into master will increase coverage by 0.60%.
The diff coverage is 61.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #295      +/-   ##
==========================================
+ Coverage   52.79%   53.40%   +0.60%     
==========================================
  Files         101      101              
  Lines        8896     8904       +8     
==========================================
+ Hits         4697     4755      +58     
+ Misses       3514     3451      -63     
- Partials      685      698      +13     
Impacted Files Coverage Δ
models/templates.go 70.96% <0.00%> (-2.37%) ⬇️
web/testing.go 61.53% <55.55%> (+49.03%) ⬆️
ivr/twiml/twiml.go 20.43% <100.00%> (+0.34%) ⬆️
models/orgs.go 40.27% <100.00%> (+0.84%) ⬆️
web/flow/flow.go 65.38% <0.00%> (-3.85%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d36e07f...8ae39fe. Read the comment docs.

tc.HTTPMocks = clonedMocks
tc.actualResponse, err = ioutil.ReadAll(resp.Body)
assert.NoError(t, err, "%s: error reading body", tc.Label)

if !test.UpdateSnapshots {
assert.Equal(t, tc.Status, actual.Status, "%s: unexpected status", tc.Label)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't be asserting status if in -update mode

@rowanseymour rowanseymour merged commit 6148ee3 into master Jun 8, 2020
@rowanseymour rowanseymour deleted the latest_goflow branch June 8, 2020 18:29
rasoro pushed a commit to Ilhasoft/mailroom that referenced this pull request Mar 10, 2023
Allow to use config URL if set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant