ArzDigitalLabs/reduce-precision

View on GitHub
.github/workflows/ci.yml

Summary

Maintainability
Test Coverage
name: Workflow for Codecov
on: [push, pull_request]
jobs:
  run:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - name: Upload coverage reports to Codecov
        uses: codecov/codecov-action@v4.0.1
        with:
          token: ${{ secrets.CODECOV_TOKEN }}
          slug: ArzDigitalLabs/reduce-precision