From 9e1c4566622cedeca424434e1d59e7c525f29952 Mon Sep 17 00:00:00 2001 From: Joe Becher Date: Sat, 24 Aug 2019 12:32:59 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acf058f..eed85bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: # pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov - uses: . + uses: ./ with: token: ${{secrets.CODECOV_TOKEN}} flags: unittest