Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed May 21, 2024
1 parent 213cc54 commit de29b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
cmake -Bbuild && cd build
cmake --build .
make test
- uses: actions/upload-artifact@master
- name: Upload coverage artifact
uses: actions/upload-artifact@master
with:
name: lcov-info-pr
path: build/coverage.info
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
cmake -Bbuild && cd build
cmake --build .
make test
- uses: actions/download-artifact@master
- name: Download coverage artifact
uses: actions/download-artifact@master
with:
name: lcov-info-pr
path: build/pr_coverage.info
Expand Down

0 comments on commit de29b84

Please sign in to comment.