Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Apr 2, 2024
1 parent 3699350 commit 583480c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
run: |
coverage report
- name: Show contents of .coverage file
run: |
git fetch origin main:main
coverage_file_contents=$(git show main:.coverage)
echo "$coverage_file_contents" > .coverage_contents
cat .coverage_contents
- name: Retrieve baseline coverage
run: |
git fetch origin main:main
Expand Down

0 comments on commit 583480c

Please sign in to comment.