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

Added test caches, vendor, example and log files to the gitignore list #44

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

kiranparajuli589
Copy link
Contributor

Description

Resources:

  • PHPUnit caches
  • example dir
  • log dir
  • vendor dir

These are the resources generated or modified during development. Sometimes these can get accidentally added to git and instantly we may get 3000+ changes in a PR. So, all of the mentioned resources are added to the gitignore list.

Signed-off-by: Kiran Parajuli kiranparajuli589@gmail.com

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
@github-actions
Copy link

JS Code Coverage

Coverage after merging update-gitignore into master will be
24.34%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   utils.js8.33%0%0%14.29%3–9, 9
src/components
   AdminSettings.vue0%100%0%0%101, 48–54, 66, 82–84, 88, 95–96, 98
   PersonalSettings.vue24.76%15.15%26.32%30.19%126, 126, 126, 126, 126, 137–140, 146–147, 150–151, 151, 151, 154–155, 155, 155, 158–159, 159, 159, 162–164, 164, 164, 164–165, 167–168, 168, 168–169, 172, 172, 175, 178, 178, 184, 187–188, 190–191, 191–193, 193, 193, 193–194, 199–200, 200, 200, 205, 211, 215–216, 222, 228–229, 231, 234
src/components/settings
   SettingsTitle.vue0%100%0%0%14
src/components/tab
   EmptyContent.vue100%100%100%100%
src/views
   Dashboard.vue0%0%0%0%100, 106, 106, 106–107, 109, 115, 119–120, 128, 131, 135–137, 139, 142–143, 146–147, 147–148, 152–153, 153–154, 156, 158–159, 159, 159, 159, 159–161, 161, 161, 161, 161–163, 166, 171, 171, 171, 173–174, 174, 174–175, 177, 177–179, 183, 187, 190, 190, 190, 193, 193, 193, 198, 201, 201, 201, 208, 211, 211, 211, 216, 216, 216, 221, 221, 221, 226, 229, 232, 235, 235, 235, 238, 238, 238, 24, 241, 244, 247, 25–30, 47, 53, 53, 60, 63–64, 76–77, 77, 77, 80, 83, 83, 83–85, 85, 85–87, 87–88, 90, 93, 93, 93–95, 95, 95–97, 97–98
   ProjectsTab.vue90.32%100%83.33%89.47%66–67

@github-actions
Copy link

PHP Code Coverage

Coverage after merging update-gitignore into master will be
36.03%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
lib/AppInfo
   Application.php0%100%0%0%101, 105, 49, 51–52, 54–56, 59–60, 63–65, 67, 70–71, 74–77, 79–84, 86, 88, 91, 95, 99
lib/BackgroundJob
   CheckNotifications.php0%100%0%0%48, 50, 52–53, 57–58
lib/Controller
   ConfigController.php66.67%100%60%67.07%106–107, 109, 184, 194–197, 199, 201, 71–72, 74, 76–78, 80–87, 92–93, 95
   OpenProjectAPIController.php64.52%100%50%66.67%100, 102–103, 105–106, 108, 82, 98–99
lib/Dashboard
   OpenProjectWidget.php0%100%0%0%44–45, 52, 59, 66, 73, 80, 87–88
lib/Listener
   LoadSidebarScript.php0%100%0%0%37–38, 40–41
lib/Notification
   Notifier.php0%100%0%0%100, 110, 112, 114, 47–50, 60, 69, 80, 82, 85, 87–92
lib/Search
   OpenProjectSearchProvider.php0%100%0%0%101, 108–109, 112–115, 117–118, 122, 126–131, 133–135, 138–139, 141–142, 145–146, 156, 168, 176, 179, 182, 191, 202, 205, 216, 71–75, 82, 89, 96, 98
   OpenProjectSearchResultEntry.php100%100%100%100%
lib/Service
   OpenProjectAPIService.php46.67%100%46.15%46.70%104–114, 116–120, 122–127, 129–130, 133–136, 143, 146–148, 152–156, 166–167, 169–173, 175–176, 184–188, 308–312, 314–315, 319–320, 322–323, 325–329, 353, 368–369, 371, 377, 383–388, 390, 396, 424–427, 430–431, 433, 435–436, 458–459, 466, 469–472, 474, 480, 484–486, 94–97
lib/Settings
   Admin.php0%100%0%0%25–26, 33–35, 37, 42–43, 47, 51
   AdminSection.php0%100%0%0%19–20, 29, 39, 48, 55
   Personal.php0%100%0%0%31–33, 40–46, 49, 51–52, 54, 66–67, 71, 75
   PersonalSection.php0%100%0%0%19–20, 29, 39, 48, 55

@individual-it individual-it merged commit 80bac8f into master Feb 15, 2022
@delete-merged-branch delete-merged-branch bot deleted the update-gitignore branch February 15, 2022 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants