Skip to content

adds Image grid view #41

adds Image grid view

adds Image grid view #41

Workflow file for this run

name: main action
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
flutter_tests:
name: Drive tests
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: master
- name: Create .env file
uses: SpicyPizza/create-envfile@v2.0.2
with:
envkey_UNSPLASH_API_KEY: ""
directory: lib/core/
file_name: .env
- run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}