Skip to content

Commit

Permalink
feat: add code coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Dec 7, 2021
1 parent 8fcc6e5 commit 8896f48
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions update-coverage/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Update code coverage'
description: 'Update code coverage using codecov'

inputs:
token:
description: 'The codecov token for this repository'
required: true

runs:
using: composite
steps:
- name: Update code coverage
uses: codecov/codecov-action@v1

0 comments on commit 8896f48

Please sign in to comment.