Skip to content

Commit

Permalink
Merge pull request #1157 from LafayetteCollegeLibraries/develop
Browse files Browse the repository at this point in the history
2025.1.1
  • Loading branch information
rococodogs authored Jan 7, 2025
2 parents dff3110 + bbb4341 commit 27cb5e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ comment: #this is a top-level key
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
require_head: false # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]
1 change: 1 addition & 0 deletions .github/workflows/closed-branch-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
REPO: ${{ github.repository }}
BRANCH: ${{ github.ref_name }}
GH_TOKEN: ${{ github.token }}
run: |
gh extension install actions/gh-actions-cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,8 @@ jobs:
bundle exec rspec --backtrace --format progress --format RspecJunitFormatter --out /tmp/test-results/rspec.xml
-
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
-
name: Publish RSpec report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 27cb5e8

Please sign in to comment.