Simplified YAML files for Github Actions workflows
Updated actions where needed
This commit is contained in:

committed by
Peter Scheibel

parent
1f7f076189
commit
c4f29c6384
3
.github/workflows/macos_unit_tests.yaml
vendored
3
.github/workflows/macos_unit_tests.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user