Skip to content

Update workflow test_all.yml to run coverage #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run All Unit Tests
name: Run All Unit Tests with Coverage
on:
push:
branches:
Expand Down Expand Up @@ -28,8 +28,8 @@ jobs:
set-safe-directory: true
repository: lasp/adamant
path: adamant
- name: Run all unit tests
run: bash adamant_example/env/github_run.sh "redo adamant_example/test_all"
- name: Run all unit tests and coverage
run: bash adamant_example/env/github_run.sh "redo adamant_example/coverage_all"
- name: Archive logs for failed unit tests
if: always()
uses: actions/upload-artifact@v4
Expand Down