Skip to content

Commit

Permalink
fix test and coverage action workflow file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
erincones committed Oct 24, 2022
1 parent 6488d98 commit 75078c5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Tests and code coverage
run-name: Coverage test of ${{ github.ref }} by @${{ github.actor }}
on: push
tags:
- '*'
on:
push:
tags:
- '*'
pull_request:
tags:
- '*'

jobs:
tests_and_cover:
Expand Down

0 comments on commit 75078c5

Please sign in to comment.