diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a31b2b6..815028a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -28,6 +28,7 @@ jobs: - name: Lint Code Base uses: super-linter/super-linter/slim@v6 env: + SAVE_SUPER_LINTER_OUTPUT: false # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LOG_LEVEL: NOTICE diff --git a/.gitignore b/.gitignore index 1acb8bf..c4bb47a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /build/ -.phpunit.cache/ +/.phpunit.cache/ .phpunit.result.cache /cache.properties composer.lock diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results deleted file mode 100644 index 9ea6c1a..0000000 --- a/.phpunit.cache/test-results +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"defects":{"SimpleSAML\\Test\\SPID\\XML\\saml\\IssuerTest::testMarshalling":7,"SimpleSAML\\Test\\SPID\\XML\\saml\\IssuerTest::testSerialization":1},"times":{"SPID\\XML\\saml\\IssuerTest::testMarshalling":0.008,"SPID\\XML\\saml\\IssuerTest::testUnmarshalling":0.001,"SPID\\XML\\saml\\IssuerTest::testUnmarshallingInvalidAttr":0,"SPID\\XML\\saml\\IssuerTest::testSerialization":0.001,"SimpleSAML\\Test\\SPID\\XML\\saml\\IssuerTest::testMarshalling":0.032,"SimpleSAML\\Test\\SPID\\XML\\saml\\IssuerTest::testUnmarshalling":0.001,"SimpleSAML\\Test\\SPID\\XML\\saml\\IssuerTest::testUnmarshallingInvalidAttr":0,"SimpleSAML\\Test\\SPID\\XML\\saml\\IssuerTest::testSerialization":0.001}} \ No newline at end of file