Simplified YAML files for Github Actions workflows

Updated actions where needed
This commit is contained in:
Massimiliano Culpo
2020-07-29 10:18:20 +02:00
committed by Peter Scheibel
parent 1f7f076189
commit c4f29c6384
4 changed files with 7 additions and 18 deletions

View File

@@ -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