Skip to content

Commit

Permalink
Fix: codecov invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
LKedward committed Jul 21, 2021
1 parent 8fa67d9 commit 942da4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
gfortran-nix:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v1
Expand All @@ -36,9 +36,13 @@ jobs:
- name: Run tests (debug)
run: |
gfortran --version
make -j test BUILD=debug
make clean
pushd test
bash <(curl -s https://codecov.io/bash)
make clean
popd
make clean
- name: Run tests (release)
run: |
Expand Down
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage:
status:
project:
default:
threshold: 7%

0 comments on commit 942da4a

Please sign in to comment.