Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmontalb committed Feb 27, 2022
1 parent a12a20c commit 90ed1fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cd ${{runner.workspace}}/NpyCpp/cmake-build-gcc-coverage
mkdir Coverage
cd Coverage
gcovr -r ../ -x coverage.xml --xml-pretty --exclude-directories='.*cnpy.*' --gcov-exclude='.*cnpy.*' --exclude-unreachable-branches --exclude-throw-branches --gcov-executable=gcov-11 -s
gcovr -r ../../ -x coverage.xml --xml-pretty --exclude-directories='.*cnpy.*' --gcov-exclude='.*cnpy.*' --exclude-unreachable-branches --exclude-throw-branches --gcov-executable=gcov-11 -s
mv coverage.xml ${{runner.workspace}}/coverage.xml
- name: Archive coverage results
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![CI](https://github.com/pmontalb/NpyCpp/actions/workflows/ci.yml/badge.svg)](https://github.com/pmontalb/NpyCpp/actions/workflows/ci.yml)
[![Coverage](https://github.com/pmontalb/NpyCpp/actions/workflows/coverage.yml/badge.svg)](https://github.com/pmontalb/NpyCpp/actions/workflows/coverage.yml)

# Npy++
This library has been forked from [this](https://github.com/rogersce/cnpy/) one, for the purpose of using more C++ infrastructure. The original README is [here](https://github.com/rogersce/cnpy/blob/master/README.md).

Expand Down

0 comments on commit 90ed1fb

Please sign in to comment.