JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

Fix backend api ENV var #158

Closed vaasuu closed 9 months ago

vaasuu commented 9 months ago

It was loading the wrong env var.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7160405378

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Files with Coverage Reduction New Missed Lines %
frontend/coverage/frontend/src/components/chat/MessageBubble.jsx 1 94.29%
frontend/coverage/frontend/src/pages/about-us/AboutUs.jsx 1 95.59%
frontend/coverage/frontend/src/utils/parseTokenExpiration.js 1 70.0%
frontend/coverage/frontend/src/components/activity-list/ActivityListItem.jsx 2 94.74%
frontend/coverage/frontend/src/components/compact-activity-list/CompactActivityList.jsx 2 96.15%
frontend/coverage/frontend/src/components/compact-article-list/CompactArticleList.jsx 2 96.08%
frontend/coverage/frontend/src/components/calendar-sidebar/CalendarSidebar.jsx 3 94.74%
frontend/coverage/frontend/src/components/friend-list-item/FriendListItem.jsx 3 89.74%
frontend/coverage/frontend/src/pages/frontpage/Frontpage.jsx 4 92.75%
frontend/coverage/frontend/src/pages/news-article/NewsArticlePage.jsx 4 88.68%
<!-- Total: 1110 -->
Totals Coverage Status
Change from base Build 7160311378: -2.7%
Covered Lines: 3034
Relevant Lines: 4294

💛 - Coveralls