Skip to content

fix: testifylint error (float-compare) #24

fix: testifylint error (float-compare)

fix: testifylint error (float-compare) #24

Workflow file for this run

# This workflow updates the code coverage of Codecov.
# It runs the unit test and pushes the measured code coverage analysis.
name: "Codecov"
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}