.github/workflows/build.yml in briard-2.6.2 vs .github/workflows/build.yml in briard-2.6.4
- old
+ new
@@ -20,17 +20,15 @@
run: |
gem install bundler
bundle install
bundle exec rspec
- - name: Publish code coverage
- uses: paambaati/codeclimate-action@v3.0.0
- env:
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
- with:
- coverageCommand: bundle exec rspec
- coverageLocations: ${{ github.workspace }}/coverage/coverage.json:simplecov
-
+ # - name: SonarCloud Scan
+ # uses: sonarsource/sonarcloud-github-action@master
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+
- name: Notify Slack
uses: adamkdean/simple-slack-notify@1.0.4
with:
channel: '#ops'
username: 'GitHub Actions'