···3838 - name: Install dependencies
3939 run: npm ci
40404141- - name: Run tests
4242- run: npm test 4141+ - name: Run tests with coverage
4242+ run: npm run coverage
4343+4444+ - name: Upload coverage to Codecov
4545+ uses: codecov/codecov-action@v4
4646+ with:
4747+ files: ./coverage/lcov.info
4848+ flags: unittests
4949+ name: codecov-umbrella
5050+ verbose: true
+2
README.md
···4455This utility reads an Instagram archive from your local disk and uses the official Bluesky TypeScript SDK to import posts into your configured Bluesky account.
6677+[](https://codecov.io/gh/marcomaroni/instagram-to-bluesky)
88+79[**An example of an account used to import posts from Instagram**](https://bsky.app/profile/mm-instagram-arch.bsky.social)
810911⚠️ We recommend creating a specific account to test the import and not using your main Bluesky account ⚠️