···2727 run: nix build
28282929 # This should really be a noop since the package is already built
3030- # This is run to get the coverage file linked
3030+ # This is run to get the coverage file linked in result/lcov.info
3131 - name: Build Coverage
3232 run: nix build -L .#checks.x86_64-linux.cmprss-tarpaulin
3333···3636 uses: codecov/codecov-action@v4
3737 with:
3838 token: ${{ secrets.CODECOV_TOKEN }}
3939+ file: ./result/lcov.info