Skip to content

Commit

Permalink
added code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MwayaB committed Apr 27, 2022
1 parent 00bf278 commit ff86b7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages/api/.env
packages/webapp/.env
packages/webapp/cypress/videos
packages/webapp/cypress/screenshots
packages/webapp/cypress.env.json
packages/webapp/.nyc_output
.vscode
.DS_Store
.env
Expand Down
7 changes: 2 additions & 5 deletions packages/webapp/cypress.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
"auth_password": "P4ssword!",
"auth_user_id": "auth0|5d93178e8a968e0e14cd1573",
"user_farm_id": "16ce7028-e42b-11e9-9717-9bd9186e761c",
"apiUrl":"http://localhost:5001",
"REACT_APP_GOOGLE_CLIENTID": "1062873406351-nfrri5bpk5bj9gek9qidtmv2l161uj1c.apps.googleusercontent.com",
"REACT_APP_GOOGLE_CLIENT_SECRET": "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",
"GOOGLE_REFRESH_TOKEN": "1//047GYoNbAAPrRCgYIARAAGAQSNwF-L9IrixqUUiJJSkGpnRVu2YTrbHx5AsOnalIbFcy0fzdY5JwTcVAd48zvLgPSGvqK39z5hb8"
}
"apiUrl":"http://localhost:5001"
}

0 comments on commit ff86b7f

Please sign in to comment.