Skip to content

Commit 3e0ec94

Browse files
committed
Add changes from other branch
1 parent 49a6aa6 commit 3e0ec94

2 files changed

Lines changed: 1 addition & 30 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,17 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
pip install --upgrade pip
41-
pip install .[test]
41+
pip install -e .[test]
4242
- name: Ruff Test
4343
run: |
4444
ruff check ./src
4545
- name: Run pytest with coverage
4646
id: run_pytest_coverage
47-
<<<<<<< HEAD
48-
<<<<<<< HEAD
4947
uses: ./.github/jobs/pytest
50-
=======
51-
uses: ./.github/jobs/pytest #uses local action
52-
>>>>>>> da60b98 (Remove @main tag)
5348
with:
5449
coverage: ${{ env.COVERAGE }}
5550

5651
- name: Generate coverage badge
57-
<<<<<<< HEAD
5852
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
5953
run: genbadge coverage -i coverage.xml -o coverage-badge.svg
6054

@@ -83,22 +77,3 @@ jobs:
8377
8478
git commit -m "Update coverage badge [skip ci]"
8579
git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" coverage-info
86-
=======
87-
uses: spacetelescope/roman-wfi-reference-pipeline/.github/jobs/pytest@main #uses local action
88-
with:
89-
coverage: ${{ env.COVERAGE }}
90-
>>>>>>> 513b0db (Add Megan Sosey's Initial Changes)
91-
=======
92-
if: ${{ env.COVERAGE == 'true' }}
93-
run: genbadge coverage -i coverage.xml -o coverage-badge.svg
94-
95-
- name: Push badge to coverage-info branch
96-
if: ${{ env.COVERAGE == 'true' }}
97-
uses: peaceiris/actions-gh-pages@v4
98-
with:
99-
github_token: ${{ secrets.GITHUB_TOKEN }}
100-
publish_branch: coverage-info
101-
publish_dir: .
102-
include_files: coverage-badge.svg
103-
commit_message: "Update coverage badge [skip ci]"
104-
>>>>>>> 4675f58 (Attempt to add badge with genbadge)

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
>
66
> If you have questions, see the CONTRIBUTING.md.
77
8-
<<<<<<< HEAD
98
![Coverage](https://raw.githubusercontent.com/spacetelescope/roman-wfi-reference-pipeline/coverage-info/coverage-badge.svg)
10-
=======
11-
![Coverage](https://raw.githubusercontent.com/ye-spencer/roman-wfi-reference-pipeline/coverage-info/coverage-badge.svg)
12-
>>>>>>> daae03b (Add badge to README.md)
139

1410
## Installation
1511

0 commit comments

Comments
 (0)