Skip to content

Bump firebase_analytics from 11.3.5 to 11.3.6 (#209) #201

Bump firebase_analytics from 11.3.5 to 11.3.6 (#209)

Bump firebase_analytics from 11.3.5 to 11.3.6 (#209) #201

Workflow file for this run

name: Run Sweyer tests
on:
pull_request:
push:
branches:
- main
- master
- 'releases/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
- name: 🧪 Test Sweyer
uses: ./.github/workflows/test
with:
testing_arguments: --coverage
- name: ☂ Upload Code Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}