Skip to content

ueki-tomohiro/flutter-test-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

typescript-action status

Create Flutter Test Report

Usage

- name: flutter test
  run: flutter test --machine > test.json
- name: flutter test
  run: flutter test --coverage
  if: success() || failure()
- uses: ueki-tomohiro/flutter-test-action@v1
  with:
    machinPath: test.json
    coveragePath: coverage/lcov.info
  if: success() || failure()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published