Skip to content

Allow Fetcher to dynamically change where artifacts are retrieved from based on the scheme from the Registry. #338

Allow Fetcher to dynamically change where artifacts are retrieved from based on the scheme from the Registry.

Allow Fetcher to dynamically change where artifacts are retrieved from based on the scheme from the Registry. #338

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Go test
run: go test -v ./... -coverprofile=coverage.out -covermode=count
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run octocov
uses: k1LoW/octocov-action@v0