Cleanup, code coverage should now work

This commit is contained in:
Suzanne Soy 2021-07-28 19:04:47 +01:00
parent a73128c24f
commit c5976a4b61

View File

@ -58,7 +58,7 @@ jobs:
RACKET_VERSION: "${{ matrix.racket }}" RACKET_VERSION: "${{ matrix.racket }}"
RACKET_CS: "${{ matrix.racket_cs }}" RACKET_CS: "${{ matrix.racket_cs }}"
COV: "${{ matrix.cov }}" COV: "${{ matrix.cov }}"
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN_SECRET }}" CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Add to $PATH - name: Add to $PATH