From c18d4433257fca8367ec99ce05577b474ae3510b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20GALLOU=C3=89DEC?= Date: Sat, 17 Apr 2021 13:26:46 +0200 Subject: [PATCH] coverage with actions --- .github/workflows/cov.yml | 12 ++++++++++++ codecov.yml | 2 -- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/cov.yml delete mode 100644 codecov.yml diff --git a/.github/workflows/cov.yml b/.github/workflows/cov.yml new file mode 100644 index 00000000..abad58d7 --- /dev/null +++ b/.github/workflows/cov.yml @@ -0,0 +1,12 @@ +name: coverage + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@master + - uses: codecov/codecov-action@v1 + diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 873b2f67..00000000 --- a/codecov.yml +++ /dev/null @@ -1,2 +0,0 @@ -codecov: - token: 0e112d79-a978-4845-8c36-8393e46aff94 \ No newline at end of file