Skip to content

Commit

Permalink
codecov v2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc authored Mar 4, 2022
1 parent f091fa1 commit 2761de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: make test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: ./coverage.txt
files: ./coverage.txt
fail_ci_if_error: true

lint:
Expand Down

0 comments on commit 2761de3

Please sign in to comment.