Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Stefanius67/PNServer
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanius67 committed Sep 20, 2021
2 parents 1e9f694 + ea5d400 commit fc43a80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codecov.yml
@@ -0,0 +1,14 @@
name: Codecov
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
files: ./clover.xml,./coverage.xml
flags: unittests
name: codecov-umbrella
verbose: true

0 comments on commit fc43a80

Please sign in to comment.