Skip to content

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #449

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #449

Workflow file for this run

name: Test and coverage
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
fetch-depth: 2
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: '1.18'
- name: Run coverage
run: make calculate_coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }

Check failure on line 29 in .github/workflows/codecov.yml

View workflow run for this annotation

GitHub Actions / Test and coverage

Invalid workflow file

The workflow is not valid. .github/workflows/codecov.yml (Line: 29, Col: 18): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
version: "v0.1.15"
verbose: true
fail_ci_if_error: true
flags: go_tests