Skip to content

Commit

Permalink
test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Mar 27, 2024
1 parent 883da12 commit faef6ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ jobs:
CODECOV: 1

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: openpoke/decidim-module-anonymous_codes

- uses: actions/upload-artifact@v2-preview
- uses: actions/upload-artifact@v4
if: always()
with:
name: screenshots
Expand Down

0 comments on commit faef6ac

Please sign in to comment.