Skip to content

Add Korean(ko) translations (#57) #62

Add Korean(ko) translations (#57)

Add Korean(ko) translations (#57) #62

Workflow file for this run

name: Coverage
on:
push:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- uses: actions/checkout@v1
- name: Collect coverage
run: |
pub get
pub global activate coverage
pub global run coverage:test_with_coverage
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/lcov.info