Skip to content

Commit

Permalink
publish codecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Oct 2, 2023
1 parent 987672c commit d62e928
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,14 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
name: geosnap-codecov
name: geosnap-codecov

- name: Generate and publish the report
if: |
failure()
&& steps.status.outcome == 'failure'
&& github.event_name == 'schedule'
&& github.repository_owner == 'oturns'
uses: xarray-contrib/issue-from-pytest-log@v1
with:
log-path: pytest-log.jsonl

0 comments on commit d62e928

Please sign in to comment.