Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Apr 12, 2024
1 parent e969d99 commit f43eec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: "Upload coverage report"
if: github.repository == 'artefactual-labs/AIPscan'
uses: "codecov/codecov-action@v4"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
with:
files: ./coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit f43eec2

Please sign in to comment.