codecov with instead of env (#618)

This commit is contained in:
John Roesler
2023-11-14 10:16:54 -06:00
committed by GitHub
parent da0b804d18
commit 83459ca846
+2 -2
View File
@@ -31,5 +31,5 @@ jobs:
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}