mattermost-community / mattermost-plugin-todo

Mattermost plugin for tracking to do items
Apache License 2.0
67 stars 59 forks source link

Update selectors.js #221

Closed Maitrii1 closed 11 months ago

Maitrii1 commented 11 months ago

1)import statement were not proper. 2)some variable names can be more specific, like basePath can be renamed to siteBasePath

Maitrii1 commented 11 months ago

import statements were not proper some variable names can be more specific, like basePath can be renamed to siteBasePath

codecov-commenter commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (1aa947c) 6.42% compared to head (fe8fc56) 6.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #221 +/- ## ====================================== Coverage 6.42% 6.42% ====================================== Files 11 11 Lines 1712 1712 ====================================== Hits 110 110 Misses 1594 1594 Partials 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hanzei commented 11 months ago

@Maitrii1 CI is broken due to your changes. Could you please fix it?