Skip to content

LAST COMMIT OF THIS BRANCH!!!!! #447

LAST COMMIT OF THIS BRANCH!!!!!

LAST COMMIT OF THIS BRANCH!!!!! #447

Workflow file for this run

name: Test and coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Run coverage
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Eclalang/Ecla