Skip to content

Commit

Permalink
Maybe fixed coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
aul12 committed Jan 29, 2023
1 parent 5d632fb commit 1999df7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/low_level_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
with:
name: RunResults
path: build/Tests/LowLevel
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.compiler.cc }}
path: build/Tests/LowLevel

Report:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,7 +83,7 @@ jobs:
submodules: recursive
- uses: actions/download-artifact@v3
with:
name: RunResults
name: gcc-11
- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 1999df7

Please sign in to comment.