don't ignore dotenv errors #630

Merged
Plume_migration_agent merged 1 commits from feature/dotenv-warning into master 5 years ago
Owner

fix #629

fix #629
codecov[bot] commented 5 years ago (Migrated from github.com)

Codecov Report

Merging #630 into master will increase coverage by 3.58%.
The diff coverage is 20%.

@@            Coverage Diff             @@
##           master     #630      +/-   ##
==========================================
+ Coverage   31.75%   35.33%   +3.58%     
==========================================
  Files          67       68       +1     
  Lines        7886     7912      +26     
  Branches     1885     1893       +8     
==========================================
+ Hits         2504     2796     +292     
+ Misses       4671     4340     -331     
- Partials      711      776      +65
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/630?src=pr&el=h1) Report > Merging [#630](https://codecov.io/gh/Plume-org/Plume/pull/630?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/7ea4acc28976f9f2ae734f3078718d608cefa02a?src=pr&el=desc) will **increase** coverage by `3.58%`. > The diff coverage is `20%`. ```diff @@ Coverage Diff @@ ## master #630 +/- ## ========================================== + Coverage 31.75% 35.33% +3.58% ========================================== Files 67 68 +1 Lines 7886 7912 +26 Branches 1885 1893 +8 ========================================== + Hits 2504 2796 +292 + Misses 4671 4340 -331 - Partials 711 776 +65 ```
igalic (Migrated from github.com) approved these changes 5 years ago
igalic (Migrated from github.com) left a comment

👍

👍

Reviewers

The pull request has been merged as 5289fe872a.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feature/dotenv-warning master
git pull origin feature/dotenv-warning

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff feature/dotenv-warning
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#630
Loading…
There is no content yet.