From 13dfbebdabb8b137bbf0e20911ab4cb860dae1dd Mon Sep 17 00:00:00 2001 From: CharafeddineMechalikh <46229052+CharafeddineMechalikh@users.noreply.github.com> Date: Fri, 1 Apr 2022 22:21:55 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..849fa87 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +name: codacy-coverage-reporter + +on: ["push"] + +jobs: + codacy-coverage-reporter: + runs-on: ubuntu-latest + name: codacy-coverage-reporter + steps: + - uses: actions/checkout@v2 + - name: Run codacy-coverage-reporter + uses: codacy/codacy-coverage-reporter-action@v1 + with: + # project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} + # or + api-token: ${{ secrets.CODACY_API_TOKEN }} + coverage-reports: jacoco.xml