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

UI enchancements + fixings in question generation #243

Merged
merged 12 commits into from
Apr 29, 2024

Conversation

Alberto-Guerra
Copy link
Contributor

No description provided.

users/index.js Outdated
@@ -11,7 +11,7 @@
const port = 8003;

// Connect to MongoDB
const mongoUri = process.env.MONGODB_URI;
const mongoUri = process.env.MONGODB_URI || "mongodb+srv://prueba:prueba@cluster0.kjzbhst.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0";

Check failure

Code scanning / SonarCloud

MongoDB database passwords should not be disclosed High

Make sure this MongoDB database password gets changed and removed from the code. See more on SonarCloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
71.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@angelmaciasr angelmaciasr merged commit 37aa0c8 into develop Apr 29, 2024
1 of 2 checks passed
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.

3 participants