Skip to content

chore(deps-dev): bump vite from 5.0.0 to 5.0.2 (#104) #43

chore(deps-dev): bump vite from 5.0.0 to 5.0.2 (#104)

chore(deps-dev): bump vite from 5.0.0 to 5.0.2 (#104) #43

Workflow file for this run

name: "Codecov"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
codecov:
name: Run codecov.io
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}