Skip to content

Add Augur testing to our CI#529

Merged
marcpaterno merged 1 commit into
masterfrom
add_augur_to_ci
Jun 30, 2025
Merged

Add Augur testing to our CI#529
marcpaterno merged 1 commit into
masterfrom
add_augur_to_ci

Conversation

@marcpaterno
Copy link
Copy Markdown
Collaborator

Description

This PR will add running Augur's unit test suite to our CI.

Type of change

Please delete the bullet items below that do not apply to this pull request.

  • New feature (non-breaking change which adds functionality)

Checklist:

The following checklist will make sure that you are following the code style and
guidelines of the project as described in the
contributing page.

  • I have run bash pre-commit-check and fixed any issues
  • I have added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation
  • I have 100% test coverage for my changes (please check this after the CI system has verified the coverage)

@marcpaterno marcpaterno requested review from Copilot and vitenti June 27, 2025 22:56
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR integrates Augur's unit test suite into the CI pipeline.

  • Adds a new CI job "test-augur" to run Augur tests.
  • Configures necessary steps for environment setup, caching, and dependency installation for Augur and related tools.

Comment thread .github/workflows/ci.yml
shell: bash -l {0}
run: python -m pip install cobaya
if: steps.cache.outputs.cache-hit != 'true'
- name: Install Augurand test it
Copy link

Copilot AI Jun 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Typo in the step name. Consider updating 'Install Augurand test it' to 'Install Augur and test it'.

Suggested change
- name: Install Augurand test it
- name: Install Augur and test it

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (92696b5) to head (2fb4a72).
⚠️ Report is 13 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #529   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files          49       49           
  Lines        4823     4823           
  Branches      537      537           
=======================================
  Hits         4823     4823           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marcpaterno marcpaterno merged commit 24f3e84 into master Jun 30, 2025
12 checks passed
@marcpaterno marcpaterno deleted the add_augur_to_ci branch June 30, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants