Skip to content

Bump codecov/codecov-action from 5 to 6 #274

Bump codecov/codecov-action from 5 to 6

Bump codecov/codecov-action from 5 to 6 #274

Workflow file for this run

on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
name: Test on deno and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
strategy:
matrix:
os: [
#
ubuntu-latest,
windows-latest,
macOS-latest,
]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v6
- name: Setup Deno
uses: denoland/setup-deno@v2
- name: Run build
run: deno task build
- name: "codecov coverage"
uses: codecov/codecov-action@v6
with:
files: coverage/lcov.info