Skip to content

Commit

Permalink
trying upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonH2O committed Aug 10, 2023
1 parent 617bede commit d7076d9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash
run: sudo apt-get install lcov # !!!!! If we have lcov issues, get specifically 1.16

# I will probably need other dependencies, check the env file
# I will possibly need other dependencies, check the env file

- name: MeshFields Configure CMake
shell: bash
Expand All @@ -129,5 +129,12 @@ jobs:
make
make coverage
# How will we display the results?
# Html files should be created, there are a number of ways to do this
- name: Upload coverage artifact
uses: actions/upload-artifact@v3
with:
name: coverage
path: ${{runner.workspace}}/build-meshFields/coverage



# !!!!! it seems that coverage is less on the github actions page, look into this

0 comments on commit d7076d9

Please sign in to comment.