Skip to content

Commit

Permalink
Merge pull request #959 from CrowCpp/gittiver-patch-1
Browse files Browse the repository at this point in the history
Repair Save Coverage report Action too...
  • Loading branch information
The-EDev authored Dec 29, 2024
2 parents a8ca7ed + 9c83ec4 commit 856f92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Save report
uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && matrix.compiler == 'gcc' && matrix.cxx_stdlib == 'libstdc++'
if: matrix.os == 'ubuntu-latest'
with:
name: coveralls.json
path: coveralls.json
Expand Down

0 comments on commit 856f92a

Please sign in to comment.