Skip to content

Commit

Permalink
coverage with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Apr 17, 2021
1 parent 64e6a06 commit c18d443
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: coverage

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v1

2 changes: 0 additions & 2 deletions codecov.yml

This file was deleted.

0 comments on commit c18d443

Please sign in to comment.