diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4958e0e..42886fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,9 +32,9 @@ jobs: - name: Run tests run: | oscript ./tasks/coverage.os - - - uses: ashley-taylor/junit-report-annotations-action@1.1 + + - name: Codecov + uses: codecov/codecov-action@v1.0.7 if: always() with: - access-token: ${{ secrets.GITHUB_TOKEN }} - path: bdd-log-*.xml \ No newline at end of file + file: ./coverage/coverage.xml \ No newline at end of file