Skip to content

Commit

Permalink
chore: use codecov (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
guihardbastien authored May 9, 2022
1 parent c26b89c commit 1b05ee5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
coverage:
round: up
range: 50..80
precision: 2
precision: 2
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
require_base: no
require_head: no
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: sbt testSpecificWithCoverage
- name: Publish coverage to codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_SECRET }}

publish:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 1b05ee5

Please sign in to comment.