-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2510 from MichMich/develop
Release v2.15.0
- Loading branch information
Showing
161 changed files
with
6,421 additions
and
6,585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: MichMich | ||
custom: ['https://magicmirror.builders/#donate'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,28 @@ | ||
> Please send your pull requests the develop branch. | ||
> Don't forget to add the change to CHANGELOG.md. | ||
Hello and thank you for wanting to contribute to the MagicMirror project | ||
|
||
**Please make sure that you have followed these 4 rules before submitting your Pull Request:** | ||
|
||
> 1) Base your pull requests against the `develop` branch. | ||
> | ||
> | ||
> 2) Include these infos in the description: | ||
> * Does the pull request solve a **related** issue? | ||
> * If so, can you reference the issue like this `Fixes #<issue_number>`? | ||
> * What does the pull request accomplish? Use a list if needed. | ||
> * If it includes major visual changes please add screenshots. | ||
> | ||
> | ||
> 3) Please run `npm run lint:prettier` before submitting so that | ||
> style issues are fixed. | ||
> | ||
> | ||
> 4) Don't forget to add an entry about your changes to | ||
> the CHANGELOG.md file. | ||
|
||
**Note**: Sometimes the development moves very fast. It is highly | ||
recommended that you update your branch of `develop` before creating a | ||
pull request to send us your changes. This makes everyone's lives | ||
easier (including yours) and helps us out on the development team. | ||
Thanks! | ||
|
||
- Does the pull request solve a **related** issue? | ||
- If so, can you reference the issue? | ||
- What does the pull request accomplish? Use a list if needed. | ||
- If it includes major visual changes please add screenshots. | ||
Thanks again and have a nice day! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This workflow runs the automated test and uploads the coverage results to codecov.io | ||
|
||
name: "Run Codecov Tests" | ||
|
||
on: | ||
push: | ||
branches: [ master, develop ] | ||
pull_request: | ||
branches: [ master, develop ] | ||
|
||
jobs: | ||
run-and-upload-coverage-report: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- run: | | ||
Xvfb :99 -screen 0 1024x768x16 & | ||
export DISPLAY=:99 | ||
npm ci | ||
npm run test:coverage | ||
- uses: codecov/codecov-action@v1 | ||
with: | ||
file: ./coverage/lcov.info | ||
fail_ci_if_error: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.