Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore coverage #270

Open
frank06 opened this issue Apr 24, 2024 · 0 comments
Open

Restore coverage #270

frank06 opened this issue Apr 24, 2024 · 0 comments

Comments

@frank06
Copy link
Contributor

frank06 commented Apr 24, 2024

- name: Generate coverage
        if: runner.os == 'macOS'
        run: dart run coverage:test_with_coverage
      - name: Send coverage report to codecov
        if: runner.os == 'macOS'
        uses: codecov/codecov-action@v1
        with:
          token: ${{ secrets.CODECOV_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant