Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fewieden committed Jan 4, 2021
1 parent c40b876 commit 4e6a6d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 25 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,7 @@ on:
branches: [ master, develop ]

jobs:
report-coverage-diff:
if: ${{ github.event_name == 'pull_request' }}
strategy:
matrix:
node-version: [ 14.x ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- uses: anuraag016/Jest-Coverage-Diff@master
with:
fullCoverageDiff: false

upload-coverage-report:
if: ${{ github.event_name == 'push' }}
strategy:
matrix:
node-version: [ 14.x ]
Expand Down
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,35 @@

## [Unreleased]

### Fixed

### Added

### Changed

### Removed

## [2.2.0]

**Update requires installation of dependencies refer to readme file!**

### Fixed

* Max teams showed in some occasions 1 team too much.

### Added

* Github actions (building and changelog)
* Dependency `node-fetch`
* Automated tests for node_helper
* Automated tests for node_helper and module
* Code coverage

### Updated
* Codecov report

### Removed

* Travis integration
* Dependency `request`

### Fixed

## [2.1.1]

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mmm-soccer",
"version": "2.1.1",
"version": "2.2.0",
"description": "European Soccer Standings Module for MagicMirror2",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4e6a6d3

Please sign in to comment.