summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_unit_tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos_unit_tests.yaml')
-rw-r--r--.github/workflows/macos_unit_tests.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml
index ba275b711d..9a7c12ae5d 100644
--- a/.github/workflows/macos_unit_tests.yaml
+++ b/.github/workflows/macos_unit_tests.yaml
@@ -35,8 +35,7 @@ jobs:
coverage run $(which spack) test
coverage combine
coverage xml
- - name: Upload to codecov.io
- uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
flags: unittests,macos