Skip to content

Fixed #152 bug where s3 backend failed to read empty files #122

Fixed #152 bug where s3 backend failed to read empty files

Fixed #152 bug where s3 backend failed to read empty files #122

Workflow file for this run

name: codecov
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v4
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)