Skip to content

Update Archive Dependency to Fix Path Traversal Vulnerability #40

Update Archive Dependency to Fix Path Traversal Vulnerability

Update Archive Dependency to Fix Path Traversal Vulnerability #40

Workflow file for this run

name: Coverage
on:
pull_request:
push:
branches:
- master
jobs:
coverage:
name: Coverage
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}