Skip to content

Commit

Permalink
run test-coverage on version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Aug 14, 2024
1 parent 617fe0f commit cd10cf7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- devel
paths:
- 'DESCRIPTION'
- '**.yml'
pull_request:
branches:
- devel
Expand Down Expand Up @@ -49,9 +52,3 @@ jobs:
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package

0 comments on commit cd10cf7

Please sign in to comment.