this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fixing code coverage upload

+2 -1
+2 -1
.github/workflows/nix.yml
··· 27 27 run: nix build 28 28 29 29 # This should really be a noop since the package is already built 30 - # This is run to get the coverage file linked 30 + # This is run to get the coverage file linked in result/lcov.info 31 31 - name: Build Coverage 32 32 run: nix build -L .#checks.x86_64-linux.cmprss-tarpaulin 33 33 ··· 36 36 uses: codecov/codecov-action@v4 37 37 with: 38 38 token: ${{ secrets.CODECOV_TOKEN }} 39 + file: ./result/lcov.info