Skip to content

Commit

Permalink
chore: remove upload to infection/stryker dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jan 24, 2024
1 parent 9bc9627 commit ce1d896
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -103,8 +103,6 @@ jobs:
- name: Run mutation tests
run: |
make mutation
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
- name: Run phpstan
run: |
make phpstan
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,6 @@

[![CI Status](https://github.com/brotkrueml/jobrouter-client/workflows/CI/badge.svg?branch=main)](https://github.com/brotkrueml/jobrouter-client/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/brotkrueml/jobrouter-client/badge.svg?branch=main)](https://coveralls.io/github/brotkrueml/jobrouter-client?branch=main)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fbrotkrueml%2Fjobrouter-client%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/brotkrueml/jobrouter-client/main)
[![Latest Stable Version](https://img.shields.io/packagist/v/brotkrueml/jobrouter-client.svg?label=stable)](https://packagist.org/packages/brotkrueml/jobrouter-client)
[![Total Downloads](https://img.shields.io/packagist/dt/brotkrueml/jobrouter-client.svg)](https://packagist.org/packages/brotkrueml/jobrouter-client)

Expand Down
3 changes: 0 additions & 3 deletions infection.json
Expand Up @@ -10,9 +10,6 @@
"configDir": "tests"
},
"logs": {
"stryker": {
"report": "main"
},
"html": "logs/infection.html",
"text": "logs/infection.log"
},
Expand Down

0 comments on commit ce1d896

Please sign in to comment.