diff --git a/.github/workflows/format-analyze-test.yml b/.github/workflows/format-analyze-test.yml index 0baa261..014e473 100644 --- a/.github/workflows/format-analyze-test.yml +++ b/.github/workflows/format-analyze-test.yml @@ -24,3 +24,8 @@ jobs: - name: Test run: dart test + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..92b2858 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +### Platform Support + +| Android | iOS | MacOS | Web | Linux | Windows | +| :-----: | :-: | :---: | :-: | :---: | :-----: | +| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | + +## Supported Versions + +| Version | Supported | +|---------|--------------------| +| 2.1.x | ✅ | +| 2.0.x | ❌ | +| 1.2.x | ❌ | +| 1.1.x | ❌ | +| 1.0.x | ❌ | \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9399422..62f31f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: icons_launcher description: A command-line tool that simplifies the task of updating your Flutter app's launcher icon. maintainer: Mrr Hak -homepage: https://github.com/mrrhak/icons_launcher +homepage: https://mrrhak.com repository: https://github.com/mrrhak/icons_launcher/tree/master issue_tracker: https://github.com/mrrhak/icons_launcher/issues version: 2.1.6 @@ -25,7 +25,7 @@ dev_dependencies: build_runner: ^2.4.7 build_version: ^2.1.1 lints: ^3.0.0 - test: ^1.24.9 + test: ^1.25.0 topics: - icons